/* ================================================================
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;
    width:900px;
    height:80px;
    position:relative;
    font-size:16px;
    overflow: visible;
    }

.menu ul li a, .menu ul li a:visited {
    display:block;
    text-decoration:none;
    color:#000;
    padding:0px 6px;
    height:40px;
    color:#99c0e0;
    line-height:40px;
    font-size:13px;
    font-weight: bold;
    overflow:hidden;
    }



    
.menu ul li ul li a {
    display:block;
    width: 190px;
    font-style: normal;
    font-weight: normal !important;  
    padding: 6px 18px 6px 18px !important;
    font-size: 12px !important;
    background: #5777a5;
    line-height: 18px !important;
    height:100% !important;
    text-decoration: none;
    color:#a9d0f0 !important;
    border-bottom: 1px solid #6990b0;
    }



.menu ul a:hover {
    color:#fff;
    text-decoration: none!important;
    }
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:226px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-226px;}




ul.dropmenu{
	position: relative;
	margin: 0px;
	display:block;
	height: 40px;
	font-size: 12px;
    padding: 0px;
}
.dropmenu li{
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dropmenu li a{
	height: 22px;
	padding: 0px 7px;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	background:transparent url(images/arrow_up.png) repeat-x scroll 0 0;
	position: absolute;
	top: 12px;
	right: 10px;
}
.dropmenu li  a:hover span{
	background:transparent url(images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;
    display:block;
	display: none;
	width: 226px;
	padding: 0px;
	margin: 0px;
    padding-bottom: 5px;
    -moz-border-radius:0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px;
    -khtml-border-radius:0px 0px 5px 5px;
    border-radius:0px 0px 5px 5px;
    box-shadow:0 1px 3px 0 #446;-webkit-box-shadow:0 1px 3px 0 #446;-moz-box-shadow:0 1px 3px 0 #446;
    background: #5777a5;
    z-index: 50;
}
.dropmenu ul li{
	border: 0;
	float: none;
}
.dropmenu ul a {
  white-space: nowrap;
  display:block;
  text-decoration: underline;
}

a.selected, a:hover{
}
a.selected span{
	background:transparent url(images/arrow_hover.png) repeat-x scroll 0 0;
}


.dropmenu a:hover {
    color:#fff!important;
}

.dropmenu ul a:hover {
	text-decoration: none;
    background: #476795;
    text-shadow:0px 1px 1px #274775;
}

