@charset "utf-8";
/*
Date: November 30 2008
CSS for Menu Bar (menubar.css)
*/
.menubar
{
	background:url(../images/menutools/menubar_bg.jpg) repeat-x;
	width:100%;
	margin:15px 0 0 0;
	float:left;
}
.menubar a
{
	text-decoration:none;
	color:#4F4F4D;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	height:37px;
	line-height:35px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0 2px 0 2px;
}
.menubar a:hover
{
	background:url(../images/menutools/menubar_over_bg.jpg) repeat-x;
	color:#FFFFFF;
}
.separator
{
	background:url(../images/menutools/separator.jpg) no-repeat;
	width:2px;
}
a.first
{
	text-decoration:none;
	color:#4F4F4D;
	display:block;
	height:37px;
	/*line-height:32px;*/
	background:url(../images/menutools/menu_first.jpg) no-repeat;
}
a.first:hover
{
	background:url(../images/menutools/menu_first_over.jpg) no-repeat;
}
a.last
{
	text-decoration:none;
	color:#4F4F4D;
	display:block;
	height:37px;
	/*line-height:35px;*/
	background:url(../images/menutools/menu_last.jpg) no-repeat right;
}
a.last:hover
{
	background:url(../images/menutools/menu_last_over.jpg) no-repeat right;
}
.bullet
{
	font-size:9px;
	color:#FF9900;
}
.rightbar {
	background:url(../images/menutools/rightbar.jpg) no-repeat #C7C7C7;
	width:5px;
}
.liner_bg
{
	background:url(../images/menutools/liner_bg.jpg) repeat-x top #DEDEDE;
	text-align:left;
	width:156px;
}
.glassybutton
{
	width:auto;
	height:50px;
	display:block;
	text-decoration:none;
	color:#FFF;
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:2px;
	margin:0 0 0 10px;
	/*font-smooth:always;
	text-shadow: 0px 0px 3px#fff;
	filter:Shadow(color=#A3A29F,strength=1, Direction=120);*/
}

ul#simplemenu
{
	width:auto;
	height:12px;
	margin:40px 0 0 0;
	position:relative;
	/*list-style:url(../images/arrow.jpg) outside;*/
}
ul#simplemenu li
{
	font-family:Tahoma;
	font-size:11px;
	/*display:block;*/
	float:right;
	margin-left:8px;
	list-style:url(../images/arrow.jpg) inside;
}
ul#simplemenu li a
{
	text-decoration:none;
	color:#FFFFFF;
}
ul#simplemenu li a:hover
{
	color:#FF9900;
}

ul#bottommenu
{
	width:auto;
	height:12px;
	margin:0;
	position:relative;
}
ul#bottommenu li
{
	font-family:Tahoma;
	font-size:11px;
	/*display:block;*/
	float:left;
	margin-left:8px;
	list-style:url(../images/arrow2.jpg) inside;
}
