/* Horizontal Navigation with dropdowns */

/*

If changing the height of the nav, make sure you update "#navigation ul li ul"
so that the "top" option is the same as the new height

*/

#navigation {
background: url(../img/menu_background.jpg) left repeat-x;
width: 883px;
height: 35px;
margin: auto;
position:relative;
x-overflow: hidden;
}
#navigation ul {
list-style-type:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#navigation li {
/*background: url(../img/menu_divider.jpg) no-repeat right -2px;
background-color: transparent;*/
display: block;
float: left;
border: 0px solid white;
position: relative;
height: 43px;
}


#navigation li.current {
	height: 40px;
	background: url(../img/bg_current.jpg)!important;
}

#navigation li.last a {
	background: none !important;
}


.makeRelative {
clear:both;
position:relative;
}

#navigation li a, #navigation li a:visited {
    color:#FFFFFF;
    display:block;
    float:left;
    font-family:Trebuchet,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    text-align: center;
    /*line-height:35px;*/
    /*margin: 0px 0px 10px 5px;*/
    margin: 0 0px 0 0px;
    padding:9px 20px;
    text-decoration:none;
    background-image:url(../img/menu_divider.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

#navigation li a:hover {
text-decoration: underline;
}

#navigation a img {
margin-bottom:-4px;
padding-right:10px;
}

#navigation ul li ul {
border-width:medium 1px 1px;
border: 1px solid #9291C5;
left:0px;
position:absolute;
top:10px;
height: auto;
width: 175px;
margin: 30px 0px 0px 0px;
padding-bottom: 0px;
background-image:url(../img/menubot.gif);
background-repeat:no-repeat;
background-position: bottom;
}

#navigation ul li ul li {
	background:#fff;
	border-left:medium none;
	border-right:medium none;
	clear:both;
	width: 175px;
	height: auto;
}

#navigation ul li ul li a, #navigation ul li ul li a:visited {
	background-color:#fff;
	background-image:none;
	border-left:medium none;
	border-right:medium none;
	border-bottom: 1px solid #DDD;
	color:#064069;
	font-size:11px;
	font-weight:normal;
	padding:5px 13px;
	width:130px;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

#navigation ul li ul li a:hover {
	text-decoration: underline;
	background-image:none;
}

#navigation ul li.last {
	background-image:none;
}
