/**********************************************
 *         ADMIN/reseller MENY                *
 **********************************************/
	/* ensure that all the rows has the pointer... */
.menu2 a{
	color: #555555;
}

.menu2 a:hover{
	color: #555555;
}

.menu2 div {
	width: 160px;
	cursor: pointer;
	margin:0 0 0 10px;
}

.menu2Common {
	border-right: medium none;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: medium none;
	width: 160px;
	padding-top: 4px;
	border-bottom: #666666 1px dotted
}

	/* this and menuLevel2 is used at the same time (class="menuLevel2 menuLevel2Selected")
	   this is overridden in advertiser.css, publisher.css etc) */
.menu2Level1 {
	padding-left: 0px; text-transform: uppercase
}

.menu2Level1Selected {
	padding-left: 0px;
	background: red
}

.menu2Level2 {
	padding-left: 0px
}

.menu2Level2Selected a {
	font-weight: bold
}

div.menu2Level2 div {
	padding-left: 16px;
	width: 144px
}
div.menu2Level3 div {
	padding-left: 32px;
	width: 144px
}

span.menu2 a {
	text-decoration: none

}

.menu2Header {
	font-weight: bold;
	background: #FFFFFF
}

/**********************************************
 *         TAB MENY                           *
 **********************************************/
.tabMenyArea {
	width: 100%
}

.tabMenyTabs {

}

a.tabMenyTab {
	border-right: #595e5f 1px solid;
	padding-right: 10px;
	border-top: #595e5f 1px solid;
	padding-left: 10px; font-size: 12px;
	padding-bottom: 1px;
	border-left: #595e5f 1px solid;
	line-height: 130%;
	padding-top: 2px;
	border-bottom: #595e5f 1px solid;
	white-space: nowrap;
	position: relative;
	background-color: #eeeeee;
	text-decoration: none;
	color:#006796;
}

div.tabMenyLinkWindow {
	border-right: #595e5f 1px solid;
	padding-right: 4px;
	border-top: #595e5f 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: #595e5f 1px solid; line-height: 170%;
	padding-top: 4px;
	border-bottom: #595e5f 1px solid;
	background-color: #818181;
}

a.activeTab {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 0px;
	padding-bottom: 2px; color: white;
	padding-top: 2px;
	background-color: #818181
}


.tabMenyLink {
	border-bottom: #595e5f 1px solid;
	border-top: #595e5f 1px solid;
	border-right: #595e5f 1px solid;
	border-left: #595e5f 1px solid;
	background-color: #eeeeee;
	color:#006796;
	height:18px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-decoration: none;
}


.tabMenyLinkSelected {
	background-color:red;
	padding-left:3px;
}

