@charset "iso-8859-2";
/* CSS Document */



/*-------------------*/	
/* menu styles START */
#tabmenu{
font-size:12px;
text-align:left;
font-family: Verdana;
text-decoration:none;
padding:0;
margin:0;
float:left;
}
.tabmenu {
font-size:12px;
text-align:left;
font-family: Verdana;
text-decoration:none;
padding:0;
margin:0;
float:left;
}
#tabmenu a .dropact {
color:#FFFFFF;
 background: #050162;
text-decoration:none;}
#tabmenu a .dropact_sub {
color:#FFFFFF;
 background: #050162;
text-decoration:none;}
.tabmenu .dropact {
color:#FFFFFF;
 background: #050162;
text-decoration:none;
}
.tabmenu .dropact_sub {
color:#FFFFFF;
 background: #050162;
text-decoration:none;
}
.tabmenu ul li .dropact {
color:#FFFFFF;
text-decoration:none;
background: #050162;

}
.tabmenu ul li .dropact_sub {
color:#FFFFFF;
text-decoration:none;
background: #050162;

}

 /* style the top level hover */
.tabmenu ul a:hover {
color:#FFFFFF;
 background: #050162;
text-decoration:none;
}
.tabmenu ul ul a:hover{
color:#FFFFFF;
text-decoration:none;
}
.tabmenu ul :hover > a{
color:#FFFFFF;
 background: #050162;
text-decoration:none;
}
.tabmenu ul ul :hover > a {
color:#FFFFFF;
text-decoration:none;
background:#FFFFFF;
}

/* remove all the bullets, borders and padding from the default list styling */
.tabmenu ul {
padding:0;
margin:0;
list-style-type:none;
}
 .tabmenu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
 .tabmenu li {
float:left;
position:relative;

}
/* style the links for the top level */
.tabmenu a,  .tabmenu a:visited {
display:block;
font-size:12px;
line-height:24px;
text-decoration:none;
color:#000000;
padding:3px 15px;
border-right: 1px solid #cccccc;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html  .tabmenu a, * html  .tabmenu a:visited {
width:70px;
w\idth:70px;
}




/* hide the sub levels and give them a positon absolute so that they take up no room */
.tabmenu ul ul {
visibility:hidden;
position:absolute;
height:0;
background:#FFFFFF;
top:30px;
/*padding-left:5px;*/
left:-1px;
width:166px;
text-decoration:none;

}
/* another hack for IE5.5 */
* html  .tabmenu ul ul {
top:30px;
t\op:31px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.tabmenu table {position:absolute; top:0; left:0; }
/* style the second level links */
 .tabmenu ul ul a,  .tabmenu ul ul a:visited {
background:#ffffff;
color:#9E9E9E;
height:auto;
line-height:16px;
border:none;
/*border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;*/
/*line-height:1em;
/*padding:5px 10px;*/
width:136px
/* yet another hack for IE5.5 */
}


* html  .tabmenu ul ul a{
width:136px;
w\idth:136px;
}


/* style the second level background */
 .tabmenu ul ul a.drop,  .tabmenu ul ul a.drop:visited {
background:#ffffff;
}

/* style the second level hover */
.tabmenu ul ul a.drop:hover{
background:#ffffff;
color:#AE003B;
text-decoration:none;
}

 .tabmenu ul ul :hover > a.drop {
background:#ffffff;
color:#AE003B;
text-decoration:none;
}



/* make the second level visible when hover on first level list OR link */
.tabmenu ul li:hover ul,
.tabmenu ul a:hover ul, .tabmenu :hover {
visibility:visible;
}
.tabmenu ul :hover ul,.tabmenu ul :hover ul :hover {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */

.tabmenu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.tabmenu ul :hover ul :hover ul{
visibility:visible;
}


#tabmenu a .dropact :hover, #tabmenu a .dropact_sub :hover, .tabmenu .dropact :hover,
.tabmenu .dropact_sub :hover, .tabmenu ul li .dropact :hover, .tabmenu ul li .dropact_sub :hover { visibility:visible;}



