/* * html .visualIEFloatFix { height: 0.01%; }  */

/* Links CSS */
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover     {color:#333; background-color:#7FBEF3;}

/* Fixed links CSS */
a.fixed:link {color: #00248A;text-decoration: none;}
a.fixed:visited {color: #00248A;text-decoration: none;}
a.fixed:hover     {color:white; background-color:#2E6AB1;}

/*///////////// Tabs Code header ////////////*/

.tabsheader {font-size: 100%;color: black;clear: both;text-align: center;}
.tabsheader ul {display: inline;list-style-type: none;margin: 0px;padding: 0px;}
.tabsheader li { float: left; }
.tabsheader a,.tabsheader a:visited { width: 87px;}

.tabsheader a.current:visited, .tabsheader a.current, .tabsheader a.current:hover{
	width: 84px; position: relative;float: left;margin-right:2px;
	background-image:url(../images/navigation/tabsdark.gif);
	color: white;
	padding-top:6px;
	height:24px;
}
/* opacity:1;filter: alpha(opacity=100); -moz-opacity: 1; */
.tabsheader a.current:visited img, .tabsheader a:hover img {

}

.tabsheader a {
	width: 84px; position: relative;float: left;margin-right:2px;
	background-image:url(../images/navigation/tabsdark.gif); background-position: -87px 0;
	padding-top:8px;
	color: #333;
	height:24px;
}

.tabsheader a:visited {color: #333;}

/* opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7; */
.tabsheader a img {

}

.tabsheader a:hover {
	top: 0px;
	background-image:url(../images/navigation/tabsdark.gif); background-position: -175px 0;
	padding-top:6px;
	height:24px;
	color: #333;
	background-color:transparent;
}

/* stop mozilla outline when click link*/
:link:focus, :visited:focus {-moz-outline:0px;}

/* chrome */

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #4e4e4e; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana,Arial;
line-height:18px;
z-index:5000;
background-color: #99CCFF;
width: 200px;
visibility: hidden;/
}


.dropmenudiv a{
width: auto;
display: block;

/* border-bottom: 1px solid #4e4e4e; THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #80BFF3;
}
