/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul, .ddsubmenustyle ul ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	background-color: #F2F2F2;
	white-space: nowrap;
}


.ddsubmenustyle li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #245998;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #245998;
	display: block;
	/*width: 120px;*/
	text-align:left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0 12px;
	/*	padding-top: 10px;
	padding-bottom: 11px;
	padding-right: 13px;
	padding-left: 13px;
*/	line-height: 24px;
	background-color: #F2F2F2;
	background-image: url(/images/axiom_r3_c3.gif);/*	height: 38px;
*/
	vertical-align: middle;
	background-position: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #245998;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 0px;
	border: 0;
	visibility: hidden;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 0px;
	right: 0px;
	border: 0;
	visibility: hidden;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.ddsubmenustyle li a:link {

	color: #245998;
	/*background-color: #3A8582;*/
}
.ddsubmenustyle li a:visited {
	color: #245998;
	/*background-color: #3A8582;*/
}

.ddsubmenustyle li a:hover{
	color: #FFFFFF;
	background-color: #235898;
	background-image: url(/images/pagination_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.ddsubmenustyle li a:active {
	color: #245998;
	/*background-color: #3A8582;*/
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
}

.mattblackmenu li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #245998;
	text-decoration: none;
	line-height: 32px;
	/*	padding-top: 10px;
	padding-bottom: 11px;
*/	padding-right: 9px;
	padding-left: 9px;
	height: 32px;
	float: left;
	display: block;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.mattblackmenu {
}

div#ddtopmenubar ul{
	background-color: #F2F2F2;
	background-image: url(/images/axiom_r3_c3.gif);
	height: 32px;
	margin: 0px;
	padding: 0px;
	width: 850px;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #235898;
}
#logo {
	width: 244px;
	position: relative;
	top: 33px;
	left: 0px;
}


.mattblackmenu li a:link {
	background-color: #F2F2F2;
	background-image: url(/images/axiom_r3_c3.gif);
	color: #245998;
	background-repeat:repeat-x;
}

.mattblackmenu li a:visited{
	background-color: #F2F2F2;
	background-image: url(/images/axiom_r3_c3.gif);
	background-repeat:repeat-x;
	color: #245998;
}

.mattblackmenu li a:hover{
	color: #FFFFFF;
	background-color: #235898;
	background-image: url(/images/axiom_r3_c10_over.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.mattblackmenu li a.active{
	color: #FFFFFF;
	background-color: #235898;
	background-image: url(/images/axiom_r3_c10_over.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.mattblackmenu  .selected  {
	color: #FFFFFF;
	background-color: #235898;
	background-image: url(/images/axiom_r3_c10_over.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.mattblackmenu li img {
	display: inline;
	margin: 0;
	float: left;
}
#active  {
	background-color: #F2F2F2;
	background-image: url(/images/axiom_r3_c3.gif);
		background-repeat:repeat-x;
color: #245998;
}
#active:hover{
	color: #FFFFFF;
	background-color: #235898;
	background-image: url(/images/axiom_r3_c10_over.gif);
	background-repeat: no-repeat;
	background-position: top;
}

