@charset "utf-8";
/* CSS Document */
#menu1 {
	height: 32px;
	background:url(/images/menu/bg.png) repeat-x;
	/*background-color:#252525;*/
}

ul#menuText {
	list-style-type:none;
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}

ul#menuText li {
	list-style-type:none;
	position: relative;
	display: inline;
	float: left;
}

ul#menuText li a{
	height: 32px;
	text-indent: -9999px;
	display: block;
}

* html ul#menuText li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

ul#menuText li#menuHome a{
	width: 86px;
	background: url(images/menu/menu.png) no-repeat 0px 0px;
}
ul#menuText li#menuHome a:hover{
	background: url(images/menu/menu.png) no-repeat 0px -32px;
}

ul#menuText li#menuResources a{
	width: 121px;
	background: url(images/menu/menu.png) no-repeat -86px 0px;
}
ul#menuText li#menuResources a:hover{
	background: url(images/menu/menu.png) no-repeat -86px -32px;
}

ul#menuText li#menuCommunity a{
	width: 124px;
	background: url(images/menu/menu.png) no-repeat -207px 0px;
}
ul#menuText li#menuCommunity a:hover{
	background: url(images/menu/menu.png) no-repeat -207px -32px;
}

ul#menuText li#menuContact a{
	width: 97px;
	background: url(images/menu/menu.png) no-repeat -332px 0px;
}
ul#menuText li#menuContact a:hover{
	background: url(images/menu/menu.png) no-repeat -332px -32px;
}

ul#menuText li#menuLogin a{
	width: 74px;
	background: url(images/menu/menu.png) no-repeat -429px 0px;
}
ul#menuText li#menuLogin a:hover{
	background: url(images/menu/menu.png) no-repeat -429px -32px;
}

ul#menuText li#menuRegister a{
	width: 101px;
	background: url(images/menu/menu.png) no-repeat -503px 0px;
}
ul#menuText li#menuRegister a:hover{
	background: url(images/menu/menu.png) no-repeat -503px -32px;
}

ul#menuText li#menuProfile a{
	width: 88px;
	background: url(images/menu/menu.png) no-repeat -604px 0px;
}
ul#menuText li#menuProfile a:hover{
	background: url(images/menu/menu.png) no-repeat -604px -32px;
}

ul#menuText li#menuLogout a{
	width: 87px;
	background: url(images/menu/menu.png) no-repeat -692px 0px;
}
ul#menuText li#menuLogout a:hover{
	background: url(images/menu/menu.png) no-repeat -692px -32px;
}

ul#menuText li#menuDonate a{
	width: 94px;
	background: url(images/menu/menu.png) no-repeat -779px 0px;
}
ul#menuText li#menuDonate a:hover{
	background: url(images/menu/menu.png) no-repeat -779px -32px;
}

ul#menuText li#menuMessage a{
	width: 150px;
	background: url(images/menu/menu.png) no-repeat -873px 0px;
}
ul#menuText li#menuMessage a:hover{
	background: url(images/menu/menu.png) no-repeat -873px -32px;
}

ul#menuText li#menuMessages a{
	width: 160px;
	background: url(images/menu/menu.png) no-repeat -1024px 0px;
}
ul#menuText li#menuMessages a:hover{
	background: url(images/menu/menu.png) no-repeat -1024px -32px;
}

/*1st sub level menu*/
ul#menuText li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding: 0;
margin: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
ul#menuText li#menuProfile ul li a, ul#menuText li#menuResources ul li a, ul#menuText li#menuCommunity ul li a, ul#menuText li#menuHome ul li a, ul#menuText li#menuDonate ul li a {
	background-image: none;
	height: 12px;
	padding: 6px 0 10px 0;
	margin: 0;
	text-decoration:none;
	background-color:#2a2a2a;
	color:#fff;
	text-transform: lowercase;
}

ul#menuText li#menuProfile ul li a {
	font: normal 10px Tahoma, Geneva, sans-serif;
}

ul#menuText li#menuProfile ul li a:hover, ul#menuText li#menuResources ul li a:hover, ul#menuText li#menuCommunity ul li a:hover, ul#menuText li#menuHome ul li a:hover, ul#menuText li#menuDonate ul li a:hover {
	background-image: none;
	background-color:#1b1b1b;
}

ul#menuText li ul li{
display: list-item;
float: none;
padding: 0;
margin: 0;
}

ul#menuText li ul li a{
text-indent: 10px;
letter-spacing: 0.1em;
font: normal 13px Tahoma, Geneva, sans-serif;
background-image: none;
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #212121;
padding: 0;
margin: 0;
}

/* Holly Hack for IE \*/
* html .menu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display: none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display: none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

