/* Menu */
.moduleMenu {
position:relative;
margin:0 0 1em;
padding: 0px 0px 10px 0px;
background: #470000;
color: #00aeff;
border: 1px solid #ffffff;
}
div.moduleMenu div {
background: #470000;
}
div.moduleMenu div div {
background: #470000;
height:1%;
}
div.moduleMenu div div div {
background: #470000;
padding: 0px;
}
div.moduleMenu div div div div {
background: #470000;
}
div.moduleMenu h3 {
padding: 6px 0px 0px 5px;
line-height: 100%;
margin: 0px 0px 0px 0px;
font-weight: bold;
text-indent: 0px;
font-size: 16px;
letter-spacing: normal;
color: #0d5497;
background-image: url(../images/menu/vertical.png);
background-repeat: repeat-x;
width: 168px;
height: 30px;
}

/* Module "Menu" Link Color */
div.moduleMenu a {
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
}
div.moduleMenu a:hover {
color: #00aeff;
text-decoration:none;
}

/* Module "Menu" List Styles */
div.moduleMenu ul,div.moduleMenu ul.latestnewsMenu,div.moduleMenu ul.mostreadMenu {
list-style: none;
margin: 0px;
padding:0px;
}
div.moduleMenu ul li,div.moduleMenu ul.latestnewsMenu li,div.moduleMenu ul.mostreadMenu li {
padding: 0px 0px 0px 10px;
margin: 0px;
white-space: normal;
}
ul .menu{
 padding: 10px;
}
/* End */


#moduletopmenu{
 padding: 0;
 width: 100%;
 background: transparent;
 voice-family: "\"}\"";
 voice-family: inherit;
}
#moduletopmenu ul,
#moduletopmenu ul li{
 font: bold 11px Arial;
 margin:0;
 margin-top: 10px;
 margin-left: 5px; /*margin between first menu item and left browser edge*/
 padding: 0;
 list-style: none;
}
#moduletopmenu li{
 display: inline;
 margin: 0 2px 0 0;
 padding: 0;
 text-transform: uppercase;
}
#moduletopmenu a{
 float: left;
 display: block;
 color: white;
 margin: 0 1px 0 0; /*Margin between each menu item*/
 padding: 5px 10px;
 text-decoration: none;
 letter-spacing: 1px;
 background-color: black; /*Default menu color*/
 border-bottom: 3px solid white;
 border-top: 1px solid #8c0203;
 border-left: 1px solid #8c0203;
 border-right: 1px solid #8c0203;
}
#moduletopmenu a:hover{
 background-color: #8c0203; /*Menu hover bgcolor*/
 border-top: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 margin: 0 2px 0 0; /*Margin between each menu item*/
}
#moduletopmenu #current a{ /*currently selected tab*/
 background-color: #D25A0B; /*Brown color theme*/
 border-color: #D25A0B; /*Brown color theme*/
}