@charset "utf-8";
/* CSS Document */



.mobile_heading{
    color: white;
    padding-top: 10px;
    padding-left: 10px;
    width:590px;
    height:60px;
    font-size: 25px;
    line-height: 60px;
    font-weight: bold;  
    background-color: #3d4650;
    margin-top: 1px;
}

.mobile_heading_a{
    text-decoration: none;
    color:#000000;    
}

.mobile_subheading{
    color: white;
    padding-left: 50px;
    width:550px;
    height:60px;
    font-size: 22px;
    line-height: 60px;   
    background-color: #677c8a;
    margin-top: 1px;
}

.mobile_subheading_a{
    text-decoration: none;
    color:#000000;            
}


#menu{
	/* width: auto; */
	padding: 0;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	background-image:url(/images/nav_bg.jpg);
	height:30px;
	z-index:100;
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	font-weight:bold;
	
	margin: 0px;
}

#menu li{
	float: left;
	height:30px;
	position:relative;
}

#nav_position{
	position:relative;
	font-size: 18px;        
	color:#EEEEEE;
	top: 16px;
        letter-spacing: 1px;
        font-weight: normal;
	
}


#nav_sub_position{
	position:relative;
	font-size: 18px;        
	color:#EEEEEE;
	top:8px;
        letter-spacing: 1px;
        font-weight: normal;	
}

#nav_position:hover{
	color:#AAAAAA;
}


#menu li.drop{
	height: 37px;
	background-image:url(/images/dropdown_bg.jpg);
	border:solid 1px #919191;
	color:#323335;
	position:relative;
	top: 12px;
	font-weight:600;
}

#menu li.drop a{
	padding-left:10px;
	padding-right:15px;
	
}

#menu a{
	height:30px;
	color: #FFFFFF;
	text-decoration:none;
}

#menu a.services_link{
	height:30px;
	width:94px;
}

#menu li.hover > a{
	color:#860000;

}

#menu li:hover{
	background-image:url(../images/nav_bg_hover.jpg);
	color:#AAAAAA;
}

#menu li{
	width: auto;
        padding-left: 20px;
        padding-right: 20px;
}

*html #menu li a:hover{ /* IE6 */
	color: #AAAAAA;
}

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

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 99999;  
	
    height:25px;
	background-repeat:repeat-x;

}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  

}

#menu ul a{    
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 38px;
	width: 150px;
	background-image:url(../images/drop_down_bg.jpg);
	background-color:#60F;
}



#menu ul a:hover{
	//background-image:url(../images/nav_bg_hover.jpg);  
	/*background: #012b7f;*/
		color:#AAAAAA;
}

#menu li.drop{
	color:#FFFFFF;
	background-color:#64717a;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */