﻿/*menu*/
#menu {
background-color: #FEFFE6;
margin:0px;
padding:0px;
width: 100%;
background-image: url('Image/MenuBackground.png');
background-repeat: no-repeat;
height: 62px;
text-align: left;
}
    
.menucont { margin-left:225px; margin-top:0px; float:left;  height: 55px; }


.menuitem { height:60px; text-align:center; font-size:18px; background-color:Transparent; }


a.menuitem, a.menuitem:link, a.menuitem:active, a.menuitem:visited, a.menuitem:hover
{

    display: block;
    padding-top:20px;
    height: 40px;
    padding-left:17px;
    padding-right:17px;
    vertical-align: middle;

}



.menuitem a {color:#8D000C; text-decoration:none; }

.menuitem :hover { background-image: url('Image/HoverMenu.png'); background-repeat:repeat-x; color:white; }
.menuitem a:hover {color:white; text-decoration:none; background-image: url('Image/nic.gif');}


.submenuitem {
    height: 25px;
    width:210px;
    padding-left:3px;
    padding-top:3px;
    background-image: url('Image/SubMenu.png');
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.submenuitem, a.submenuitem:link, a.submenuitem:active, a.submenuitem:visited, a.submenuitem:hover
{

    display: block;
    height: 20px;
    width:100%;

}


.submenuitem a { background-image: url('Image/nic.gif');  color:White;}

.submenuitem:hover  {
    background-image: url('Image/SubMenuHover.png');
    background-repeat: repeat-x;
    color: Black;
}
.submenuitem  a:hover {
    background-image: url('Image/nic.gif');
    text-decoration: none;
}

a.menuitemactive, a.menuitemactive:link, a.menuitemactive:active, a.menuitemactive:visited, a.menuitemactive:hover
 { background-image: url('Image/HoverMenu.png'); background-repeat:repeat-x; color:white; }

/*end menu*/


