/**********************************************
 *         ADMIN/reseller MENY                *
 **********************************************/
	/* ensure that all the rows has the pointer... */
.menu2 a{
	color: #555555;
}

.menu2 a:hover{
	color: #555555;
}
	
	
	.menu2 div {
	    cursor: pointer;
	    width: 160px;
	}

	.menu2Common {
	    padding-top: 2px;
	    padding-bottom: 2px;
	    padding-left: 4px;
	    border-bottom: 1px dotted #666666;
	    border-left: none;
	    border-right: none;
	    width: 160px;
	}

	/* this and menuLevel2 is used at the same time (class="menuLevel2 menuLevel2Selected")
	   this is overridden in advertiser.css, publisher.css etc) */
	.menu2Level1 {
	    text-transform: uppercase;
	    padding-left: 0px;
	}
	.menu2Level1Selected {
	    background: red;
	    padding-left: 0px;
	}

	.menu2Level2 {
        padding-left: 0px;
	}
	.menu2Level2Selected {
		font-weight: bold;
	}

	/* Ensures that the level2 has a 16 pixels padding to the left */
	div.menu2Level2 div {
	    padding-left: 16px;
        width: 144px;   /* 160 - 16 */	    
	}

	span.menu2 a {
	    text-decoration: none;
	}

	.menu2Header {
	    background: #FFFFFF;
	    font-weight: bold;
	}


/**********************************************
 *         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-right: #595e5f 1px solid;
	padding-right: 5px;
	border-top: #595e5f 1px solid;
	padding-left: 5px;
	padding-bottom: 1px;
	border-left: #595e5f 1px solid;
	padding-top: 1px;
	border-bottom: #595e5f 1px solid;
	background-color: #eeeeee;
	text-decoration: none;
	color:#006796;
}

.tabMenyLinkSelected {
	background-color: red
}