/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2 
*/

/*Nav bar styles*/
/**************** menu coding *****************/
#menu {
width: 100%;
float: left;
padding:69px 0 0 160px;
}

#menu ul {
list-style: none;
margin:0;
padding:0 18px 0 18px;
float: left;
}

#menu a, #menu h2 {
font-weight:bold;
font-size:12px;
display: block;
margin: 0;
padding: 4px 1px;
}

#menu h2 {
color: #091756;
text-transform: uppercase;
border:none;
}

#menu h2 a {
color: #091756;
text-transform: uppercase;
border:none;
background:none;
padding:0;
margin:0;
text-decoration:none;
}

#menu h2 a:hover {
color: #091756;
text-transform: uppercase;
background:none;
text-decoration:underline;
}

#menu ul ul li a {
color: #091756;
background: #efefef;
text-decoration: none;
border-bottom:1px solid #74a1b4;
width:160px;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul 
{
padding:0;
position: absolute;
z-index: 500;
border-top:1px solid #74a1b4;
border-left:1px solid #74a1b4;
border-right:1px solid #74a1b4;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul {
display: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
