


/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0px 0 10px;
	margin: 0 auto 0 auto;
	background: url(IMG/menub_bg.bmp); /*tab background image path*/
	height: 37px;
width: 260px;	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 37px;
	line-height: 37px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(IMG/menub_hover_left.bmp) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(IMG/menub_hover_right.bmp) no-repeat right top; /*right tab image path*/
}




.suckerdiv ul
{


z-index: 1;

margin: 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border: 1px solid #ccc;

	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
background-color: #fff;
}
	
.suckerdiv ul li{

margin: 3px;
position: relative;
background-color: #fff;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0px;
background-color: #fff;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background-color: #fff;
padding: 1px 5px;
border: 1px solid #fff;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{

background-color: rgb(198,211,239);
border: 1px solid rgb(45,105,198);
}

.suckerdiv .subfolderstyle{
background: url("IMG/arrow-list.gif") no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


