.menu{
font: bold 12px Verdana;
background: url(../images/mainmenu_bg.png) repeat-x;
width: 100%;
height:38px;

}

.menu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.menu ul li a{
display: block;
background: url(../images/mainmenu_bg.png) repeat-x; /*background of tabs (default state)*/
color: 2d2d2d;
padding-left:30px;
padding-right:30px;
border-right: 1px solid #d7d7d7;
color: #2d2d2d;
text-decoration: none;
line-height:38px;
}

* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.menu ul li a:link, .menu ul li a:visited{
color: #2d2d2d;
}

.menu ul li a:hover{
background: url(../images/mainmenu_hover.png) repeat-x; /*tab link background during hover state*/
color: 2d2d2d;
}
	
/*1st sub level menu*/
.menu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
font: normal 12px Verdana;
width: 172px; /*width of sub menus*/
padding: 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
text-align:left;
}

.menuz ul li ul li a:hover{ /*sub menus hover style*/
background: #ff0000;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 17px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}



.menu1{
font:12px Verdana;
margin:0px;
padding:0px;
}

.menu1 ul{
margin: 0;
padding: 0;


}

/*Top level list items*/
.menu1 li{
list-style: disc;
color:#2d2d2d;
line-height:22px;

}

/*Top level menu link items style*/
.menu1 li a{
list-style-type:circle;
list-style:circle;
padding-left: 0px;
color: #2d2d2d;
text-decoration: none;
}
.tabs1 {
	background:none;
	margin:0;
	padding:0;
	margin-top:10px;
}

.tabs1 ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
.tabs1 li {
	display: inline;
	list-style:disc;
	color:#FF0000;
}
.tabs1 a {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display: block;
	color: #ffffff;
}
.tabs1 li a { background:url(../images/menubullet.png) left no-repeat; display:block;  text-decoration:none; font-size:12px; text-decoration:none; color:#ffffff; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:18px; text-indent:13px; font-weight:normal;}
.tabs1 a:hover{
 text-decoration: none;
 color: #0099FF;
 text-decoration:underline;
 }

