/*main-nav-css*/
#menu
{
  width: 100%;
  margin: 0px;
  padding:0px;
  list-style: none;  
  background: #015294;
	
}

#menu li
{
	float: left;
	padding: 0 0 0px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height:0px;
	padding:13px 25px 14px 25px;
	color:#FFFFFF;
	font-size:13px;
	text-decoration: none;
	text-transform: uppercase;
	border:1px solid #0d5a98;

}
#menu a:hover
{
	background:#FFFFFF;
	color:#000000;
}

#menu ul li:hover > a
{
	color: #000000;
	background:#ffffff;
	

}

*html #menu li a:hover /* IE6 */
{
	color: #000000;
	background:#d2e4f5
	
}
#menu li:after > a
{
	color: #000000;
	background:#d2e4f5;

	
}

*html #menu li a:after /* IE6 */
{
	color: #ffffff;
}
#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top:25px;
    left: 0;
    z-index: 99999;    
    background: #015294;
	
 	
}

#menu ul ul
{
  top:0px!important;
  left:200px;
  
}


#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding:8px 8px 8px 25px;
	height: 15px;
	width: 210px;
	height: auto;
    line-height:1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	font-weight:normal;
	
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
	width:auto;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
	width:140px;
	
}

#menu ul a:hover
{
    background: #90b0ee;
	
}

#menu ul li:first-child > a
{
    
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top:0px;
    width: 0;
    height: 0;
   
}

#menu ul ul
{
  top:0px!important;
  left:245px!important;
  width:310px!important;
  background: #d2e4f5;
  

}
#menu ul ul li
{
 width:250px!important;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;

}
#menu ul ul li a
{
 width:275px!important;
  display:block;
   color:#000000;
  
}
#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
  	 height: 0;
    border-left: 0;	
   
}

#menu ul li:first-child a:hover:after
{
  
}

#menu ul ul li:first-child a:hover:after
{
   
}


#menu ul li:last-child > a
{
   
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*main-nav-css*/
