body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px; 
	color: #000000;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	height: 87px;
	background: #FE9900 url(images/header-bg.png);	
	position: relative;
}

#content {
	margin-left: 300px;
	text-align: center;
}

#time {
	background: #000000 url(images/top-time-bg.png);
	position: absolute;
	top: 0px;
	right: 70px;
	width: auto;
	color: #FFFFFF;
	height: 18px;
	padding: 1px 5px;
	border-left: 1px solid #965A00;
	border-right: 1px solid #965A00;
	
}

#time img {
	float: left;
	
}
#timediv {
		margin-top: 2px;
		margin-left: 5px;
}

#q-menu {
	position: absolute;
	top: 50px;
	right: 70px;
}

#mainmenu {
	width: 273px;
	border: 1px solid #CDCDCD;
	min-height: 100px;
	float: left;
	margin-left: 20px;
	border-bottom: 0;
}

/* MENU STUFF */
.menu-head {
	height: 100px;
	background: #000000 url(images/menu-hd-bg.png);	
	height: 19px;
	vertical-align: middle;
	padding-bottom: 5px;

}

.menu-head  span{
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding-top: 4px;
}

.menulist {
	
}

.menulist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}


.ico-style {
	float: left;
}

.menulist a, .menulist a:active, .menulist a:visited{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}

.menulist a:hover{
	text-decoration: underline;

}
/*  MENU STUFF  2*/
.menulist ul li a{
	border-bottom: 1px #CDCDCD solid;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 0px 0px 20px;
	background: transparent;
}

.menulist ul li a:hover{
	background: transparent url(images/menu-line-hand.png) top left no-repeat;
}


.menulist ul li{
	list-style-type: none;
	height: 20px;
	border-bottom: 1px #CDCDCD solid;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 20px 0px 5px;
	background: #FBFBFB url(images/menu-element-right-bg.png) top right repeat-y;
	position: relative;
}

.menulist ul li:hover{
	background: #EDEDED url(images/menu-element-right-bg2.png) top right repeat-y;
}
.menulist ul li.multi{
	list-style-type: none;
	height: 20px;
	border-bottom: 1px #CDCDCD solid;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 20px 0px 5px;
	background: #FBFBFB url(images/menu-element-right-bg4.png) top right repeat-y;
}

.menulist ul li.multi:hover{
	background: #EDEDED url(images/menu-element-right-bg3.png) top right repeat-y;
}
/*  SUB MENU STUFF  2*/

.menulist ul li ul{
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 80%; /* width is based on the containing block */
	display: none;
	border: 1px solid #CDCDCD;
	background: #F6F6F6 url(images/submenu-bg.png) repeat-y top left;
}

.menulist ul li:hover ul{
	display: block;
}

.menulist li li{
	background: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.menulist li li.first{
	border-top: 1px solid #FFFFFF;
}

.menulist li li.last{
	border-bottom: 1px solid #FFFFFF;
}

.menulist ul li:hover li{
	background: none;
}

.menulist ul li li a { border: none}