/* Navigation styles */
#homeNav {
padding: 10px 50px 280px 50px;
background-color:#003660;
}

/* ------------------------------------
Navigation styles */

ul {
	padding: 0;
	margin:0;
	left: 0;
	 list-style-type: none;
	
	
}
li { /* all list items */
	float: left;
	position: relative;
	padding-right:30px;
	margin:0;
	list-style-type: none;
	
	
}
li a {color:#fff; font: bold 12px/24px Helvetica,Arial,sans-serif; text-decoration:none;
	 background-image: url(../../images/bg_bullet003660.gif);
 background-repeat: no-repeat;
 background-position: 0 50%;
 padding-left: 18px;
}
li a:hover {color:#ccc;}
li ul { /* second-level lists */
	color:#ff3e00;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	 list-style-type: none;
 padding:0;

}
#nav li ul li{
	list-style-type: none;
 padding-left: 0px;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
	
}

 .menuWidth1 {width:10px;}
.menuWidth2 {width:10px;}
 .menuWidth3 {width:180px;}
 
  li:hover ul.widthSmall {width:100px;}
 
li ul li a {
					color:#fff;
					font: normal 11px/20px Helvetica, Arial, sans-serif;
					text-decoration:none;
					 background-image: url(../../images/bg_none.gif);
 background-repeat: no-repeat;
 background-position: 4px 50%;

}
li ul li a:hover { color:#ccc; margin-left:auto; }