﻿/* begin first level unselected */
#menu {
	height: 33px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/menu-bg.gif) repeat-x;
	z-index: 90;
	list-style: none;
	position: relative;
}
#menu li {
	z-index:1000;
	position: relative; 
	height: 33px;
	float: left;
	background: url(../images/menu-divider.gif) top right no-repeat;
	padding: 0 2px 0 0;
	display: inline;
}
#menu li.left {
	height: 33px;
	width: 10px;
	background: url(../images/menu-left.gif) no-repeat;
	margin: 0 15px 0 0;
	padding: 0;
}
#menu li.right {
	height: 33px;
	width: 10px;
	background: url(../images/menu-right.gif) no-repeat;
	position: absolute;
	right: -1px;
	padding: 0;
}
#menu li:hover,
#menu li.sfhover {

}
#menu li a {
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 31px;
	padding: 0 10px;
}
#menu li a:hover,
#menu li:hover a,
#menu li.sfhover a {
	background: url(../images/menu-hover.gif) repeat-x;
}
/* end first level unselected */

/* begin first level selected */
#menu li.selected {

}
#menu li.selected a {
	background: url(../images/menu-hover.gif) repeat-x;
}
#menu li.selected a:hover {

}
/* end first level selected */

/* begin drop down menu */
#menu li ul.dropmenu {
	position: absolute;
	display: block;
	left: -999em;
	height: auto;
	width: 174px;
	margin: 0;
	padding: 0 0 15px 0;
	overflow: hidden;
	background: url(../images/menu-dropdown-bottom.png) no-repeat bottom;
	list-style-type: none;
}
#menu li:hover ul.dropmenu,
#menu li.sfhover ul.dropmenu {
	left: -5px;
	top: 30px;
	z-index: 900;
}
#menu li ul.dropmenu li {
	display: block;	
	height: 25px;
	background: url(../images/menu-dropdown-bg.png) repeat-y;
	float: none;
	padding: 0;
}
#menu li ul.dropmenu li a {
	display: block;
	color: #0099CC;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	height: 25px;
	background: none;
	margin: 0 5px;
	padding: 0 8px;
}
#menu li ul.dropmenu li a.first {
	background: url(../images/menu-dropdown-gradient.gif) repeat-x;
}
#menu li ul.dropmenu li a:hover {
	background: #50A0DE;
	color: #fff;
}
/* end drop down menu */
