
/*Example for a Menu Style*/
.menu 
{
width:908px;
height:30px;
color:#272727; 
border-top:1px solid #ccc; 
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #FCF7E7;
margin-top:10px;
background: #D6CFD6;

}

.menu ul 
{
padding:0px; 
margin-top:10px;
list-style:none; 
text-align:center;
}
.menu li 
{
display:inline; 
}

.menu li a 
{
color:#003F87; 
font-weight:bold;
font-size:11px;
text-decoration:none; 
padding:5px 5px 5px 5px;  /* top right bottom left */ 
border:none;
}

.menu li a:hover 
{
position:relative;
font-weight:bold;
font-weight:bold; 
font-size:11px;
color: #DD0000;
padding:5px 5px 6px 5px; 
background-color: #FCF7E7/*#E5E5E5 #F5F5F5*/; 
border-left:1px solid #a9a9a9; 
border-right:1px solid #a9a9a9; 
border-top:1px solid #a9a9a9;
}
/**
.menu li a:active
{
position:relative;
font-weight:normal;
font-weight:bold; 
font-size:12px;
color: #DD0000;
background-color: #FAFAFA *#F5F5F5*; 
border-left:1px solid #a9a9a9; 
border-right:1px solid #a9a9a9; 
border-top:1px solid #a9a9a9;
}
**/

#tabcontent2 a, #tabcontent3 a, 
#tabcontent4 a, #tabcontent5 a, #tabcontent6 a, 
#tabcontent7 a
{
color:#800000; 
font-weight:bold;
font-size:12px;
text-decoration:underline; 
padding:0px 5px 6px 5px;  /* top right bottom left */ 
}


#tabcontent1 a:hover, #tabcontent2 a:hover, 
#tabcontent3 a:hover, #tabcontent4 a:hover, 
#tabcontent5 a:hover, #tabcontent6 a:hover, 
#tabcontent7 a:hover
{
color:#DD0000; 
font-weight:bold;
font-size:12px;
text-decoration:none; 
padding:0px 5px 6px 5px;  /* top right bottom left */
}


#tabcontent1, 
#tabcontent7
{
background:#F8F8F8;
} 

#tabcontent2, #tabcontent3, #tabcontent4,  #tabcontent6, 
#tabcontent5, #tabcontent8, #tabcontent9
{
border:none; 
width:907px; 
height:20px;
text-align:center;
padding:7px 0 0 1px;
font-size:12px; 
background-color:#FCF7E7/*#E5E5E5;*/;
border:none;
border-left:1px solid #ccc; 
border-right:1px solid #ccc; 
border-bottom:1px solid #ccc;
}

