@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
}

/* footer Styles below */
.footer {
	color:#fff !important;
	}
a.footerLinks {
	color:#fff !important;
	}
a.footerLinks:hover {
	color:#666666 !important;
	}
/* footer Styles above */

/* TopLinks Styles below */
a.topLinks {
	color:#fff !important;
	}
a.topLinks:hover {
	color:#666666 !important;
	}
/* TopLinks Styles above */

/* Menu Styles below */
#menu {
	background:transparent url(images/bgMenuTop.gif) no-repeat 0% 0% scroll;
	padding:21px 0 0 0;
	margin:0;
	font:normal 11px Georgia, "Times New Roman", serif;
	color:#000000;
	line-height:13px;
	text-align:left;
	width:166px;
	float:left;
}
ul#menuList {
	background:transparent url(images/bgMenuBottom.gif) no-repeat 0% 100% scroll;
	padding:0 0 16px 0;
	list-style-type:none;
	margin:0;
	width:166px;
	float:left;
}
ul#menuList li{
	background:transparent url(images/bgMenuMiddle2.gif) repeat-y 0% 100% scroll;
	padding:5px 21px 10px 20px;
	margin:0;
	width:125px;
	float:left;
}
ul#menuList li a {
	background:transparent url(images/bulMenu.gif) no-repeat 0% 3px scroll;
	padding:0 0 0 13px;
	margin:0;
	color:#212121;
	text-decoration:none;
	width:112px;
	float:left;
}
ul#menuList li.active a {
	font-weight:bold;
	color:#990000;
	}
ul#menuList li a:hover {
	color:#990000;
	}
ul#menuList li ul {
	background:none;
	padding:5px 0 0 13px;
	list-style-type:none;
	margin:0;
	width:112px;
	float:left;
	}
ul#menuList li ul li {
	background:none;
	padding:0;
	margin:0;
	width:112px;
	float:left;
	}
ul#menuList li ul li a, ul#menuList li.active ul li a {
	background:transparent url(images/bulMenu2.gif) no-repeat 0% 3px scroll;
	padding:0 0 0 13px;
	margin:0;
	width:99px;
	color:#212121;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	float:left;
	}
ul#menuList li ul li.active a {
	font-weight:bold;
	color:#990000;	
	}
ul#menuList li ul li a:hover {
	color:#990000;
	}
/* Menu Styles above */
