﻿.basictab{
margin:0px auto;

padding:10px 4px 4px 0px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background-color:#002B55;
height:25px;
width:960px;
font: 13.3px Verdana;
font-weight:bold;

/*word-spacing: 3px;*/
}


.basictab li{
display: inline;
margin-top: 30px;
padding-top:2320px;

}

.basictab li a{
/*position:relative;
top:5px;
*/
text-decoration: none;
padding-right:9px;
padding-left:10px;
padding-top:10px;
margin-top:5px;
margin-left:0px !important;
color: white;
display: inline;


}


.basictab li a:visited{
color: white;
}

.basictab li a:hover{
color: #D7864F;
}

.basictab li a:active{
color: #D7864F;
}

.basictab li.selected a{ color: #D7864F; /*selected tab effect*/}


.submenustyle{
margin:0px auto;
border-left: 2px solid #002B55;
border-right: 2px solid #002B55;
border-top-width: 0;
display: none;
filter:alpha(opacity=0);
-moz-opacity:1;
background-color:#DFDED9;
height:26px;
width:956px;
width /* */: /* */960px;
font: 13px Verdana;
font-weight:bold;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a
{
	position:relative;
	top:3px;
padding: 0px 10px;
text-decoration: none;
font-size:14px;
color:#002B55;
}

.submenustyle a:hover{
color: #D7864F;
}

#aboutmaxim2 {
	padding-left:10px;
}
#divisions2
{
	padding-left:135px;
	}

#positions2
{
	padding-left:235px;
}
#recruiting2
{
	padding-left:275px;
	
}
 #careerdev2
{
	padding-left:600px;
}
 #faqs2
{
	text-align:right;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;

border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
/*font:normal 12px Verdana;*/
font: 12px Verdana;
font-weight:bold;
line-height:18px;
z-index:101;
background-color:#DFDED9;
width: 250px;
visibility: hidden;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#002B55;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

/* Following section is specifically for wider drop down sub-menus.. so far Division*/

.dropmenudiv_b_wide{
position:absolute;
top: 0;

border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
/*font:normal 12px Verdana;*/
font: 12px Verdana;
font-weight:bold;
line-height:18px;
z-index:101;
background-color:#DFDED9;
width: 350px;
visibility: hidden;
}

.dropmenudiv_b_wide a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#002B55;
}

* html .dropmenudiv_b_wide a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b_wide a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}