.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
border-bottom:1px solid  #CCCCCC;
}

.glossymenu li a{
background: white url(../images/white1.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
height:30px;
line-height:30px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent  url(../images/arrow3.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{

background-image: url(../images/white.gif);
color:#333333;
}

.glossymenu li.active {
background-image: url(../images/white.gif);
color:#333333;
}

.glossymenu li.active a {
background-image: url(../images/white.gif);
color:#333333;
}
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

#tab1{
	height:38px;
	float:left;
	width:800px;
	}

.category_tab{
	position: relative;
	padding: 0px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 38px;
	list-style: none;
	width:800px;
	/*float:left;*/
}
/*.category_tab ul{
	height:38px;
	float:left;
	}*/
.category_tab li{
	float:left;
	width:100px;
}

.category_tab li a{
	float: left;
	/*display: block;*/
	color:#fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;	
}

.category_tab li a b{
	float: left;
	display: block;
	padding: 0 26px 0 8px; /*Padding of menu items*/
}

.category_tab li.current a, .category_tab li a:hover{
	color: #fff;
	background:  url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	width:150px;
}

.category_tab li.current a b, .category_tab li a:hover b{
	color: #000;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}




/* ************ Start glossymenu2 from here *************** */

.glossymenu2, .glossymenu2 li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 230px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid #a09f9f;
}

.glossymenu2 li{
position: relative;
border-bottom:1px solid #330099;
}

.glossymenu2 li a{
/*background: white url(../images/white1.gif) repeat-x bottom left;*/
font: bold 12px Verdana, Helvetica, sans-serif;
color: #000099;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
height:20px;
background-color: #c1d3df;
line-height:20px;
}

.glossymenu2 li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu2 li ul li{
float: left;
}

.glossymenu2 li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu2 .arrowdiv{
position: absolute;
right: 2px;
background: transparent  url(../images/arrow3.gif) no-repeat center right;
}

.glossymenu2 li a:visited, .glossymenu2 li a:active{
color: #000099;
}

.glossymenu2 li a:hover{

background-image: url(../images/white.gif);
color:#333333;
}

.glossymenu2 li.active {
background-image: url(../images/white.gif);
color:#333333;
}

.glossymenu2 li.active a {
background-image: url(../images/white.gif);
color:#333333;
}
/* Holly Hack for IE \*/
* html .glossymenu2 li { float: left; height: 1%; }
* html .glossymenu2 li a { height: 1%; }
/* End */