/* CSS Document */

#menu ul
{
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu {
	float: left;
}


#menu ul li
{
	float: left;
	text-align: right;

}



#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}

#menu ul li ul
{
	width: 250px;
	padding: 0px;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	padding: 0px;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
	display: block;
	color: #003768;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(../images/sce/main_nav_spacer.jpg);
	height: 24px;
	
}
/*.menubox_firstitem {
	background-image: url(../images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.menubox_firstitem a{
	padding-left: 20px;
	line-height: 13px; 
	height: 24px;
	padding-bottom: 5px;
}
.menubox_lastitem{
}
.menubox_lastitem a{
	height: 24px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	line-height: 13px; 
}
.menubox_lastitem a:hover{
}
.menubox_currentitems a{
	background-image: url(../images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 24px;
	line-height: 13px;
	padding-bottom: 5px;
	color: #FFFFFF;
} */
#menu .selected {
	color:#2ba2db;

}
#menu .selected a{
	height: 24px;
/*	line-height: 13px; */
	color: #2ba2db;
}
#menu .selected a:hover
{
	color: #2ba2db;
	cursor: pointer;
}

/*#last_item .selected a{
	color: #FFFFFF;
}

#first_item .selected a{
	padding-left: 20px;
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;

	line-height: 13px; 
	height: 24px;
	padding-bottom: 5px;
	color: #2a2623;
}*/
#menu a:hover
{
	color: #2ba2db;
	cursor: pointer;

}

#menu ul li ul li a {
	padding: 4px;
	height: auto;
	background-color: #e5e5e5;
	font-weight: normal;
	line-height: 15px;	
	color: #003768;
}
#menu ul li ul li a:hover {
	color: #2ba2db;
}
#menu .selected ul li a {
	background-color: #2ba2db;
	font-weight: normal;
}
#menu .selected ul li a:hover {
	color: #2ba2db;
}
#menu ul li ul li
{
	float: none;
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
}
