/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#anamenu {
width:988px;
height:66px;
margin:0 auto;
background-color:#f3fdff;
position: relative;
z-index: 1;
}

/* remove the bullets, padding and margins from the lists */
#anamenu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#anamenu  li{
float:left;
position:relative;
z-index:100;
}

#anamenu  .sub li{
margin:0;
}

#anamenu .maincat a{
display:block;
height:66px;
}

#anamenu .maincat{
margin-right:2px;
}

#anamenu .maincat:hover{
border-bottom:2px solid #eb7f1d;
}

#anamenu #maincat01{background:url('../img/buttons/button01.png') -1px 0;width:100px;}
#anamenu #maincat02{background:url('../img/buttons/button02.png') -1px 0;width:100px;}
#anamenu #maincat03{background:url('../img/buttons/button03.png') -1px 0;width:98px;}
#anamenu #maincat04{background:url('../img/buttons/button04.png') -1px 0;width:100px;}
#anamenu #maincat05{background:url('../img/buttons/button05.png') -1px 0;width:94px;}
#anamenu #maincat06{background:url('../img/buttons/button06.png') -1px 0;width:96px;}
#anamenu #maincat07{background:url('../img/buttons/button07.png') -1px 0;width:100px;}
#anamenu #maincat08{background:url('../img/buttons/button08.png') -1px 0;width:92px;}
#anamenu #maincat09{background:url('../img/buttons/button09.png') -1px 0;width:94px;}
#anamenu #maincat10{background:url('../img/buttons/button10.png') -1px 0;width:94px;margin-right:0px}

#anamenu #maincat01:hover {background:url('../img/buttons/button01.png') -1px 66px;}
#anamenu #maincat02:hover {background:url('../img/buttons/button02.png') -1px 66px;}
#anamenu #maincat03:hover {background:url('../img/buttons/button03.png') -1px 66px;}
#anamenu #maincat04:hover {background:url('../img/buttons/button04.png') -1px 66px;}
#anamenu #maincat05:hover {background:url('../img/buttons/button05.png') -1px 66px;}
#anamenu #maincat06:hover {background:url('../img/buttons/button06.png') -1px 66px;}
#anamenu #maincat07:hover {background:url('../img/buttons/button07.png') -1px 66px;}
#anamenu #maincat08:hover {background:url('../img/buttons/button08.png') -1px 66px;}
#anamenu #maincat09:hover {background:url('../img/buttons/button09.png') -1px 66px;}
#anamenu #maincat10:hover {background:url('../img/buttons/button10.png') -1px 66px;}

/* for IE6 */
#anamenu #maincat01 .img:hover {background:url('../img/buttons/button01.png') -1px 66px;}
#anamenu #maincat02 .img:hover {background:url('../img/buttons/button02.png') -1px 66px;}
#anamenu #maincat03 .img:hover {background:url('../img/buttons/button03.png') -1px 66px;}
#anamenu #maincat04 .img:hover {background:url('../img/buttons/button04.png') -1px 66px;}
#anamenu #maincat05 .img:hover {background:url('../img/buttons/button05.png') -1px 66px;}
#anamenu #maincat06 .img:hover {background:url('../img/buttons/button06.png') -1px 66px;}
#anamenu #maincat07 .img:hover {background:url('../img/buttons/button07.png') -1px 66px;}
#anamenu #maincat08 .img:hover {background:url('../img/buttons/button08.png') -1px 66px;}
#anamenu #maincat09 .img:hover {background:url('../img/buttons/button09.png') -1px 66px;}
#anamenu #maincat10 .img:hover {background:url('../img/buttons/button10.png') -1px 66px;}

#anamenu #maincat10 .sub {
left:-68px;
text-align:right;
/*background: url('../img/menu-top9.png') top no-repeat;*/
}

/* use the table to position the dropdown list */
#anamenu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:0px;
top:66px;
}

/* style all the links */
#anamenu .sub a, #anamenu.sub a:visited {
display:inline;
color:#fff;
font-size:13px;
text-decoration:none;
font-family:verdana, sans-serif;
}

/* hide the sub level links */
#anamenu .sub {
visibility:hidden;
position:absolute;
/*background: url('../img/menu-top.png') top no-repeat;*/
padding-top:2px;
padding-bottom:5px;
text-align:left;
width:162px;
left:0px;
}

#anamenu .sub li {
background:#eb7f1d;
width:150px;
padding:3px 6px;
}

#anamenu .sub li.last{
padding-bottom:0;
}

#anamenu .sub li.menubottom {
padding:0;
font-size:0;
line-height:0;
height:7px;
width:162px;
/*background: url('../img/menu-bottom.png') top no-repeat;*/
}

#anamenu .sub li  li{
width:138px;
padding:3px 6px;
}

/* make the sub level visible on hover list or link */
#anamenu ul li:hover ul,
#anamenu ul a:hover ul{
visibility:visible;
}

#anamenu ul a:hover {
color:#ff0;
text-decoration:none;
}

#anamenu  .sub ul{
margin-left:0px;
}

#anamenu  .sub ul a{
font-size:12px;
background:url('../img/icon/ico_menubullet_white.gif') 2px 1px no-repeat;
padding-left:12px;
}

