.chromestyle{
position:absolute;
top:0;
width: 100%;
min-width: 825px;
max-width: 1280px;
margin:125px 0 0 0;
padding:0;
font-weight: bold;
font: bold 0.95em Arial, sans-serif;
border-bottom: 0px solid #60C0E8;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
border-bottom: 0px solid #60C0E8;
width: 100%;
background:#003366;
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #DBE0E5;
padding: 0 15px 0 5px;
margin: 0;
text-decoration: none;
border-right: 0px solid #fff;
}
.chromestyle ul li a:hover{
background-color: #60C0E8;
}
.arrow  a{
background: url(../images/site/downUp.gif) right center no-repeat;
}
.arrow  a:hover{
background: #BAC7E9 url(../images/site/downOver.gif) right center no-repeat;
}
.first{
border-left: 0px solid #fff;
padding: 0 0 0 0px;
}
/* Drop Down Menu  */
.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #000;
border-bottom-width: 0;
font: bold 80%  Arial, sans-serif;
line-height: 18px;
z-index:100;
background-color: #003366;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 0;
text-align: left;
border-bottom: 1px solid #000;
padding: 3px 3px 0 3px;
text-decoration: none;
color: #fff;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{
background-color: #60C0E8;
}


/* Left Nav */
#nav_left li a {
margin:0;
padding:0;
font-weight:bold;
color: #fff;
text-decoration: none;
letter-spacing: 0.08em;
}
#nav_left a:hover {
color: #003366;
text-decoration: underline;
}
#nav_left ul {
list-style-type : none;
line-height:120%;
font: bold 0.9em  Arial, sans-serif;
color: #fff;
margin:10px 0 0 0;
padding:0;
}
#nav_left ul a#now   {
color: #003366;
text-decoration: underline;
}

/* Left Nav 2 */
#nav_left2 ul {
margin: 0;
padding:0 0 0 0;
list-style-type: none;
text-align: left;
letter-spacing: 0.08em;
}
#nav_left2 ul li a {
background: transparent url(../images/site/dotUp.jpg) left center no-repeat;
padding-left: 12px;
text-align: left;
font: bold 0.9em  Arial, sans-serif;
text-decoration: none;
color: #fff;
}
#nav_left2 ul li a:hover {
background: transparent url(../images/site/dotOver.jpg) left center no-repeat;
color: #003366;
}
#nav_left2 ul li a#now {
background: transparent url(../images/site/dotOver.jpg) left center no-repeat;
color: #003366;
}
#nav_left {
padding:0 0 5px 30px;
margin: 0;
}
#nav_left2 {
padding:5px 0 0 25px;
margin:0;
}
/* Content Nav */
#main a {
margin:0;
padding:0 0 0 0;
color:#003366;
font-weight:bold;
text-decoration:none;
}
#main a:hover {
color:#60C0E8;
text-decoration: underline;
}

#left a {
font-weight:bold;
text-decoration:none;
color: #ffffff;
}
#left  a:hover{
font-weight: bold;
text-decoration: underline;
color: #003366;
}

#left .news a {
padding : 0 10px;
font: bold 0.8em  Arial, sans-serif;
text-decoration:none;
color: #ffffff;
text-indent: 0px;
text-align : right;
}
#left .news a:hover{
font-weight: bold;
text-decoration: underline;
color: #003366;
}

#left .news .right p {
text-indent: 0px;
text-align : right;
}