@charset "utf-8";
.chromestyle{
/*width: 400px;*/
/*/templates/matchboom3/images_newdesign/menuTop/top_menu_degrade.png*/


background: url(/templates/matchboom3/images_newdesign/menuTop/top_menu_degrade.png) center center repeat-x;
background-color: #C0C0C0;
font-family: lucida grande,verdana,arial,tahoma,sans-serif;
font-size: 12px;
color: #333333;
border-top-width: 1px;
border-top-color: #A2020E; /* #CECECE; */
border-top-style: solid;
border-bottom-color: #A2020E;
border-bottom-style: solid;
border-bottom-width: 1px;

height:30px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; 
display: block; 
/*height: 0; */
clear: both; 
/*visibility: hidden;*/
}

.chromestyle ul{
	
	/*background: url(/templates/matchboom3/images/menu/menu_bg.gif) center center repeat-x;*/

    padding: 8px 0 0 0;
	margin: 0;
	text-align: left; /*: center;*/
    float:left;
    display:inline;

   
    
    
    /*
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
	*/
}

.chromestyle ul li{
display: inline;

/*border-right-width: 1px;
border-right-style: solid;
border-right-color: #cc0000;*/
}

.chromestyle ul li a, .logoff a{
color: #ffffff;
font-weight: bold;
padding: 8px 7px 8px 6px;
margin: 0;
text-decoration: none;

/*border-right: 1px solid #ff0000;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .logoff a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/templates/matchboom3/images_newdesign/menuTop/top_menu_degrade_rouge.png) center center repeat-x;
/*background-color:#d60000;*/

color: #ffffff;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
margin-top: 0px;
/*border: 1px solid #cc0000; /*THEME CHANGE HERE*/
border: 1px solid #dddddd;
/*border-bottom-width: 0;*/
font:normal 12px Verdana;
line-height:18px;
z-index:200;
background-color: #f5f5f5;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv.logoff  a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e8e6e7;
font-weight: bold;
text-decoration: none;
/*font-weight: bold;*/
}

#MenuChrome {
    margin: 0px;
   
}
div.logoff  {
    /*top: 267px;*/
    /*position: absolute;*/
    float:right;
    text-align:right;
    padding: 0px 0px 0px 0px;
    right:0px;
    
}

