.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
padding-left:0px;
}


.menu ul li{
position: relative;
display: inline;
float: left;
}

.menu ul li a{
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:white;
font: bold 15px Georgia;
line-height:16px;
}


.menu a:visited{
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:white;
font: bold 15px Georgia;
line-height:16px;
}
	
.menu a.sel {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#cbcec2;
font: bold 15px Georgia;
line-height:16px;
}

.menu a.sel:hover {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:white;
font: bold 15px Georgia;
cursor:default;
color:#cbcec2;
line-height:16px;
}

.menu a.sel:visited {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:white;
font: bold 15px Georgia;
cursor:default;
color:#cbcec2;
line-height:16px;
}

.menu a.selec {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#319301;
font: bold 15px Georgia;
line-height:16px;

}

.menu a.selec:hover {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#319301;
font: bold 15px Georgia;
line-height:16px;
cursor:default;
}


.menu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
text-decoration:underline;
color:#cbcec2;
}

.menu ul li ul li a:hover{
background: #cde686;

}

.menu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	

* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }




.submenu ul{
margin: 0;
padding: 0;
list-style-type: none;
padding-left:10px;
}


.submenu ul li{
position: relative;
display: inline;

}

.submenu ul li a{
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#313625;
font: 14px Georgia;
line-height:16px;
}


.submenu a:visited{
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#313625;
font: 14px Georgia;
line-height:16px;
}
	
.submenu a.sel {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#737768;
font: bold 14px Georgia;
line-height:16px;
}

.submenu a.sel:hover {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#737768;
font: bold 14px Georgia;
cursor:default;
line-height:16px;
}

.submenu a.sel:visited{
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#737768;
font: bold 14px Georgia;
cursor:default;
line-height:16px;
}

.submenu a.selec {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#fff;
font: 14px Georgia;
line-height:16px;

}

.submenu a.selec:hover {
display: block;
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color:#fff;
font: 14px Georgia;
line-height:16px;
cursor:default;
}


.submenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
text-decoration:underline;
color:#000;
}

.submenu ul li ul li a:hover{
background: #fff;

}
