@charset "utf-8";
/* CSS Document */



  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
#bar

{
float:left;
width:262px;
height:46px;
background-image:url(../images/bar.png)
}
#bar h1
{
	font-size: 24px;
	font-weight: bolder;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 14px;
}
.glossymenu{
width:700px;
float:left;
position:relative;
padding: 0 0px;
margin: 0 auto 0 0px;
	background: url(../images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#592B1E;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding:0 0px 0 19px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block; /*Padding of menu items*/
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 6px;
	color: #755A32;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #592B1E;
	background: url(../images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}
