/*Top menu, left, width, padding, zindex, and top can all be changed*/

#nav {
	padding-top:55px;
	font-size:12px;
}
/*main headings*/
UL {
	PADDING: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
	width:185px;
	font-weight:bold;
	z-index:50;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
UL LI {
	POSITION: relative;
	padding-left:60px;
	z-index:50;			
}

/*This changes the position and appearance of the submenus*/
LI UL {
	DISPLAY: none; 
	POSITION: absolute;
	top:0px;
	background-image:url(../images/trans.jpg);
	background-repeat:repeat;
	background-color:#00234C;
	font-size:12px;	
	/*line-height:140%;*/
	z-index:100;
}

LI UL#services {
	left:175px;
	width:175px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:100;	
}

LI UL#services li {
	z-index:100;
}

LI UL#aboutus {
	left:175px;
	width:175px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:100;	
}

LI UL#aboutus li {
	z-index:100;
}

li ul li.top_menu {
	z-index:50;
}

LI UL LI  {
	line-height:150%;
	padding-bottom:0px;
/*	float:left; */
	padding-left:0px;
	border:1px solid #FFFFFF;
	/*background-image:url(../images/trans.gif);
	background-repeat:repeat;*/
	background-color:#00234C;
	z-index:200;	
}

/*This changes the top level menu's links*/
UL LI A {
	PADDING:1px;
	DISPLAY: block;
	color:#FFFFFF;
	TEXT-DECORATION: none;
	z-index:100;
}


/*Don't change anything in the IE5-mac hack. Do not put comment tags in side the hack*/
/* Hides from IE5-mac \*/
*HTML UL LI {
	FLOAT: left; 
	HEIGHT: 1%;
}

*HTML UL LI A {
	HEIGHT: 1%;
}
/* End hide from IE5-mac */


/*This changes the hover for all links in the menu div*/
UL LI A:hover {
/*	BACKGROUND:#A35C5A; */
	color:#FF0000;
}

LI UL LI A:hover {
	/*background-color:;*/
	color:#FF0000;
}


/*This changes the submenu links*/
LI UL LI A {
	PADDING:1px 3px;
	color:#FFFFFF;
	font-weight:normal;
	padding-bottom:0px;
/*	float:left; */
z-index:100;
}


/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
LI:hover UL {
	DISPLAY: block;
}

LI.over UL {
	DISPLAY: block;
}
/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */
img a {
	text-decoration: none;
}
a img {
	border: none;
}

span.bulls {
	color:#ffffff;
	margin-top:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
