#menu ul li
{
	float: left;
	text-align: left;
	

}
#menu ul
{
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;	
}
#menu ul li ul li
{
	float: none;
	background-image: url(/images/blank.gif);
	background-repeat: no-repeat;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}

#menu ul li ul
{
	width: 150px;
	padding: 0px;
	border-width: 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: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 15px;
	margin: 0px;
	padding-bottom: 0px;
	height: 25px;
	background-image: url(../images/menu_divider.jpg);
	
}

#menu .selected {
	color:#2ba2db;

}
#menu .selected a{
	color:#2ba2db;

}

#menu .selected a:hover
{
	color:#2ba2db;
	cursor: pointer;
}


#menu a:hover
{
	color:#2ba2db;
	cursor: pointer;

}

#menu ul li ul li a {
	padding: 4px;
	height: auto;
	background-color: #e5e5e5;
	line-height: 15px;
	background-image: none;	
	color: #003768;
	width: 150px;
	font-weight: normal;

}
#menu ul li ul li a:hover {
	color: #2ba2db;
	background-image: none;

}
#menu .selected ul li a {
	padding: 4px;
	height: auto;
	font-weight: normal;
	line-height: 15px;
	background-image:none;
	color: #2ba2db;
	background-color: #e5e5e5;
		width: 150px;
}
#menu .selected ul li a:hover {
	padding: 4px;
	height: auto;
	font-weight: normal;
	line-height: 15px;
	color: #2ba2db;
	background-image:none;


}
/***** LEFT MENU STYLES START HERE *****/
 
 #menu_left ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003768;
	list-style: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
#menu_left ul li{

	margin-top: 0px;
	background-image: url(../images/sce/leftnavgold.gif);
	background-repeat: no-repeat;
	background-position: left top;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A2A2A2;
}
#menu_left ul li ul li{	
	background-image: url(../images/sce/spacer.gif);
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
}

#menu_left a {
	padding-top: 6px;
	padding-bottom: 3px;
	color: #003768;
	display:block;
	height:100%

}

#menu_left a.selected{
	color: #003768;
}

#menu_left a:hover {
	color: #2b8bb2;
	text-decoration: none;
}

#menu_left a.main_menu:hover {
}

#menu_left ul li { position: relative; height:100%;  padding:5px 0px; display:block; padding-left:15px; 		
	}

#menu_left ul li.selected ul,
#menu_left ul li.main_current ul{
	
	background-image: url(../images/sce/leftnavwhite.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	width:100%;
	margin-top:-2px;
	width:160px;
	margin-left:-5px;
    border-bottom-style: none;
}
#menu_left ul li.main_current ul li {
border-bottom-width: 0px
}

#menu_left ul li.selected ul a
{
	padding-left:10px;
}


#menu_left ul li ul {
	
	background-image: url(../images/sce/leftnavwhite.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	width:100%;
	margin-top:-2px;
	width:160px;
	margin-left:-5px;
	
}

#menu_left ul li.selected ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu_left ul li.selected ul ul
{ display: none;}

div#menu_left ul ul li:hover ul
{ display: block;}
/*
div#menu_left ul li:hover ul,
div#menu_left ul ul li:hover ul
{display: block;}
*/

/*
div#menu_left ul li:hover ul,
div#menu_left ul ul li:hover ul,
div#menu_left ul ul ul li:hover ul
{display: block;}


*/


