
* {
	padding:0;
	margin:0;
}

#menu_container{
	font-family:"Trebuchet MS",Verdana,sans-serif;
	font-size: 14px;
	float:left;
	width:629px;
	height:35px;
	margin:0px;
	padding:0px;
	background-image: url(../images/menu_grad.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	background-position: 5px -35px;
	display:none;
}

.dropdown {
	float:left;
}

.dropdown dt {
	font-weight:bold;
	background-image: url(../images/menu_grad.gif);
	background-repeat: repeat-x;
	background-position: left -35px;
}

.dropdown dt:hover {
	font-weight:bold;
}


.dropdown dd {
	position:absolute;
	margin-top:5px;
	overflow:hidden;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
}

.dropdown ul {
	list-style:none;
}

.dropdown li {
	display:inline;
}

.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {
	display:block;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:8px;
	text-decoration:none;
	height:25px;
}

.dropdown dt a:hover {
	color:#FFFFFF;
	padding-left:8px;
	background-image: url(../images/menu_grad.gif);
	background-repeat: repeat-x;
	background-position: left 0px;
}


.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {
	display:block;
	background-color:#003E7E;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.dropdown dd a:hover {
	background-color: #EF3E42;
	padding: 8px;
}

/*Home Button*/


.dropdown2 {
	float:left;
}

.dropdown2 dt {
	font-weight:bold;
	background-image: url(../images/end_button.gif);
	background-repeat: repeat-x;
	background-position: left -35px;
}

.dropdown2 dt:hover {
	font-weight:bold;
}


.dropdown2 dd {
	position:absolute;
	margin-top:5px;
	overflow:hidden;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
}

.dropdown2 ul {
	list-style:none;
}

.dropdown2 li {
	display:inline;
}

.dropdown2 dt a, .dropdown dt a:active, .dropdown dt a:visited {
	display:block;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:8px;
	text-decoration:none;
	height:25px;
}

.dropdown2 dt a:hover {
	color:#FFFFFF;
	padding-left:8px;
	background-image: url(../images/end_button.gif);
	background-repeat: repeat-x;
	background-position: left 0px;
}


.dropdown2 dd a, .dropdown2 dd a:active, .dropdown2 dd a:visited {
	display:block;
	background-color:#003E7E;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.dropdown2 dd a:hover {
	background-color: #EF3E42;
	padding: 8px;
}

/*Size settings*/

.home_button {
	width:66px;
	height:35px;
	background-image: url(../images/end_button.gif);
	background-repeat: no-repeat;
	background-position: left -35px;
}

.about_button {
	width:80px;
	height:35px;
}

.services_button {
	width:76px;
	height:35px;
}

.news_button {
	width:60px;
	height:35px;
}

.faq_button {
	width:62px;
	height:35px;
}

.careers_button {
	width:76px;
	height:35px;
}

.links_button {
	width:66px;
	height:35px;
}

.contact_button {
	width:94px;
	height:35px;
}

.about_list {
	width:120px;
}

.services_list {
	width:180px
}

.faq_list {
	width:160px;
}	
