.ddsmoothmenu
{	margin: 0;
	padding: 0;
	z-index: 30}

.ddsmoothmenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px "Times New Roman", Times, serif}

.ddsmoothmenu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background: #15215B;
	color: #FFF;
	text-align: center;
	text-decoration: none}
	

.ddsmoothmenu li a:hover
{	background: #E1E4EA;
color: #15215B
}

.ddsmoothmenu div
{	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAE2C3;
	border: 1px solid #5970B2
}

.ddsmoothmenu div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAE2C3;
	color: #2875DE;
}

.ddsmoothmenu div a:hover
{	background: #0032AA;
	color: #FFF
}
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items */
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with */
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px "Times New Roman", Times, serif;
width: 160px; /*width of sub menus */
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}
		
.fontResizer { 
  display: block;
}
.fontResizer a { 
  display: block;
  float: right;
  width: 17px;
  height: 17px;
  text-align: center;
  border: 1px solid #000099;
  line-height: 15px;
  color: #000099;
  text-decoration: none;
}
.fontResizer a:hover { color: #003399; text-decoration: none; }
.smallFont { font-size: 9px; 
color: #000000;
}
.medFont { font-size: 13px; }
.largeFont { font-size: 15px; }
.curFont { background: #999999; }

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly */
display: inline-block;
}
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below */

}
a#mainNavSkipLink.skip{
 top: 0px;
 left: 450.3px;
}

a.skip, a.skip:hover,a.skip:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
color: #15215B;
font-size: 9px;
} 

a.skip:active, a.skip:focus 
{ 
position:static; 
width:auto; 
height:auto; 
color: #15215B;
font-size: 9px;
} 	

/*
.ddsmoothmenu{
font: bold 12px Verdana;
background: #414141; /*background of menu bar (default state)
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style
.ddsmoothmenu ul li a{
display: block;
background: #414141; /*background of menu items (default state)
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)
color: white;
}
	
/*1st sub level menu
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu 
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style 
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below


/* ######### CSS classes applied to down and right arrow images  ######### 

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### 

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE
opacity: 0.8;
}
*/
