#head{
}

#logo{
	background-image: url(../img/bannerbg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
#right_top {
width:500px;
float:right;
}

#top_banner{
	float:right;
	margin-top: 10px;
	margin-right: 10px;
}
#navi {
    clear: both;
    float: left;
    padding: 0px 1px 1px 1px;
    margin-top:0px;
    background: #a0a0a0  0 100%;
    position: relative; /* IE 5.5 */
    
    /*width: 99%;left: -1px;*/
}

#navi ul#mainNav {
    float: left;
    border-right: 1px solid #fff;
}

#navi ul#util {
    float: right;
    border-left: 1px solid #fff;
}
.tabs .tabsWrapper{
    width: 100%;
    float: left;
    margin-top: 1px;
    display: inline;
    background: url(../img/tab_grey.png) repeat-x 0 0;
}

/*

.tabs .tabsWrapper ul {
    list-style: none;
    background: #a0a0a0;
}


.tabs .tabsWrapper ul li {
    display: inline;
    float: left;
    margin: 0 1px 0 0;
    background: #fff;
    padding:  1px 1px 0 1px;
}

.tabs .tabsWrapper ul li a:link, .tabs .tabsWrapper ul li a:visited {
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    background:url(../img/tab_grey.png) repeat-x 0 0;
}
.tabs .tabsWrapper ul li a:hover  {
    color: #003366;
    background-position: 0 100%;
}
*/

#mainNav li:hover, #mainNav li.hover {
    position:static;
}
#mainNav, #mainNav ul {
 	list-style: none;
    background: #a0a0a0;
	/* all lists */	
	padding: 0;
	list-style: none;
	line-height: 1;
	z-index: 100000;
}
#mainNav a {
	display: block;

}
#mainNav li { 
	display: inline;
    float: left;
    margin: 0 1px 0 0;
    background: #fff;
    padding:  1px 1px 0 1px;
	/* all list items */
	float: left;

	width: auto; /* width needed or else Opera goes nuts */
	list-style: none;
}
#mainNav li a{
	width: auto ;
	padding: 0px 9px 2px 9px;
	text-align: center;
	color: #ffffff;
	
	/*float: left;*/
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    background:url(../img/tab_grey.png) repeat-x 0 0;
}
#mainNav li a:hover {
	color: #003366;
    background-position: 0 100%;
}	
#mainNav li ul {
	/* second-level lists background-color:#000066;*/
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 0px;
	background: #a0a0a0;
	padding:  2px 1px 1px 1px;
}
#mainNav li ul li {
	margin:4px;
	float: none;
	border:2px #ff0000;
	padding:1px;
	background: #a0a0a0;
}
#mainNav li ul li a {
	width: 9em;
	text-align: left;
	display: block;
    text-decoration: none;
    color: #333;
    background:url(../img/tab_grey.png) repeat-x 0 0;
	border-bottom: 1px solid #a0a0a0;
	border-top: 1px solid #ffffff;
}
#mainNav li ul li a:hover {
	color: #003366;
    background-position: 0 100%;
}
#mainNavli:hover ul ul, #mainNav li.sfhover ul ul { left: -999em; }
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul {
	/* lists nested under hovered list items */	
	left: auto;
}
#mainNav li ul ul { 
/* third-and-above-level lists */
margin: -1em 0 0 8em;
}


.tickerbox{
	height:20px;
	color:#fff;
	margin-right:10px;
	/*background-image: url(../img/topmenu_bg.png);
	background-repeat: repeat-x;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;float:right;*/
	clear:both;
	width:420px;
	float:right;
}

.tickerbox ul {position:relative;}

.tickerbox li {
width:100%;
list-style:none;
list-postion:inside;
position:absolute;
top:3px;left:3px;
padding:0px;
overflow:hidden;
color:#fff;
}

.tickerbox li a, .tickerbox li a:visited, .tickerbox li a:hover{
color:#fff!important;
}

#drop-down {
padding-top:3px;
color:#006699;
float:right;
padding-right:2px;
text-align:right;
width:335px;
}

.date {
color: #00148c; border-bottom:1px #ADAAAD solid; border-top:1px #ADAAAD solid; background-color:#F7F7F7 ; font-weight: bold;
}

.thinblueline{
	background-image: url(../img/pagebox_bg.png);
	background-repeat: repeat-x;
	height: 20px;
	width: 924px;
	padding-bottom:5px;
}





