/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; font-size:11px; z-index:100; background: #CF0000; margin: 0;}
.menu li li a, .menu li li a:visited {display:block; padding: 3px; border:1px solid #FFFFFF; text-decoration:none; color:#FFF;width: 120px; height:15px; text-align:center; color:#fff; background:#CF0000; line-height:15px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#CF0000;}
.menu ul li:hover ul {display:block; position:absolute; top:34px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#FFF; color:#000;}
.menu ul li:hover ul li:hover a.hide {background:#FFF; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#CF0000; color:#FFF;}
.menu ul li:hover ul li a:hover {background:#ffda70; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* ChromeStyle Here */

.chromestyle{
font-weight: bold;
list-style:none;
margin: 0;
}

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

.chromestyle ul{
border: 0;
width: 100%;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle img{
	border: 0;
}
.chromestyle ul li{
display: inline;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a{
color: #494949;
margin: 0;
text-decoration: none;
}

/*.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x;
}*/


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

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

.dropmenudiv a:visited{
	color:white;
}

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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffda70;
color:#000000;
}