#menu{
	height: 42px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	overflow: visible;
	z-index: 99;
}

#menu UL{
	width:605px;
	margin: 0px;
	padding: 0px;
}


.menu LI{
	margin: 0px;
	padding: 0px;
	height: 42px;
	width:99px;
	list-style: none;
	float: left;
}

.menuItem0{
	background: url(../images/system/v1/menu/home_off.png) no-repeat;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.menuItem0_on{
	background: url(../images/system/v1/menu/home_on.png) no-repeat;
	cursor: default;
	margin: 0px;
	padding: 0px;
}

.menuItem0_highlighted{
	background: url(../images/system/v1/menu/home_highlighted.png) no-repeat;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.menuItem1{
	background: url(../images/system/v1/menu/events_off.png) no-repeat;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.menuItem1_on{
	background: url(../images/system/v1/menu/events_on.png) no-repeat;
	cursor: default;
	margin: 0px;
	padding: 0px;
}

.menuItem1_highlighted{
	background: url(../images/system/v1/menu/events_highlighted.png) no-repeat;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}


.menuItem2{
	background: url(../images/system/v1/menu/social_off.png) no-repeat;
	cursor: pointer;	
}

.menuItem2_on{
	background: url(../images/system/v1/menu/social_on.png) no-repeat;
	cursor: default;	
}

.menuItem2_highlighted{
	background: url(../images/system/v1/menu/social_highlighted.png) no-repeat;
	cursor: pointer;	
}


.menuItem3{
	background: url(../images/system/v1/menu/media_off.png) no-repeat;
	cursor: pointer;	
}

.menuItem3_on{
	background: url(../images/system/v1/menu/media_on.png) no-repeat;
	cursor: default;	
}

.menuItem3_highlighted{
	background: url(../images/system/v1/menu/media_highlighted.png) no-repeat;
	cursor: pointer;	
}


.menuItem4{
	background: url(../images/system/v1/menu/contacts_off.png) no-repeat;
	cursor: pointer;	
}

.menuItem4_on{
	background: url(../images/system/v1/menu/contacts_on.png) no-repeat;
	cursor: default;
}

.menuItem4_highlighted{
	background: url(../images/system/v1/menu/contacts_highlighted.png) no-repeat;
	cursor: pointer;
}


.menuItem5{
	background: url(../images/system/v1/menu/profile_off.png) no-repeat;
	cursor: pointer;
}

.menuItem5_on{
	background: url(../images/system/v1/menu/profile_on.png) no-repeat;
	cursor: default;
}

.menuItem5_highlighted{
	background: url(../images/system/v1/menu/profile_highlighted.png) no-repeat;
	cursor: pointer;
}

/*
#menu{
	height: 23px;
	margin: 0px;
	padding: 0px;
	left:26px;
	position: relative;
	float: right;
	top:57px;	
	overflow: visible;
	z-index: 99;
}

ul.menu{
	clear: none;
	position: relative;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

li.menu{
	list-style: none;
	float: left;
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
	
	letter-spacing: 0.03em;
	color: #41805a;
	font-size: 8pt;
	font-family: Verdana,"Ms Sans Serif","Sans Serif",Tahoma,Helvetica, Verdana, Arial;
	text-align: center;
	line-height: 23px;
}

.activeLeft {
	width:7px;
	height: 23px;
	float: left;
	background-image: url(../images/system/v1/menu/activeleft.png);
	margin: 0px;
	padding: 0px;
}

.activeMiddle {
	color: #332c63;
	height: 23px;
	float: left;
	background-image: url(../images/system/v1/menu/activemiddle.png);
	background-repeat: repeat-x;
	min-width:70px;
	width:inherit !important;
	width: 70px;
	overflow-x: visible;
	margin: 0px;
	padding: 0px;
}

.activeRight {
	width:7px;
	height: 23px;
	float: left;
	background-image: url(../images/system/v1/menu/activeright.png);
	margin: 0px;
	padding: 0px;
}

.inactiveLeft {
	width:7px;
	height: 23px;
	float: left;
	background-image: url(../images/system/v1/menu/inactiveleft.png);
	margin: 0px;
	padding: 0px;
}

.inactiveMiddle {
	height: 23px;
	float: left;
	background-image: url(../images/system/v1/menu/inactivemiddle.png);
	background-repeat: repeat-x;
	min-width:70px;
	width:inherit !important;
	width: 70px;
	overflow:inherit;
	margin: 0px;
	padding: 0px;

}

.inactiveRight {
	width:7px;
	height: 23px;
	float: left;
	background-image: url(../images/system/v1/menu/inactiveright.png);
	margin: 0px;
	padding: 0px;
}
*/


#menu a{text-decoration: none;}
#menu a:link{color: #3e749a;}
#menu a:active{color: #3e749a;}
#menu a:visited{color: #3e749a;}
#menu a:hover{color: #9cbace;}