
.menuTitleHolder {
	text-align:right;	
	}
.menuTitle {	
	height:43px;	
	text-align:	center;	
	}
.menuTitleSelected {	
	height:43px;	
	text-align:	center;
}
.menuTitleLink, .menuTitleSelectedLink {
	font-weight:bold;
	font-size:14px;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	}
.menuTitleLink:hover, .menuTitleSelectedLink:hover{
	}
.menuItemsHolder {
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    text-align: right;
    text-decoration: none;
    width: 115px;
	}

.menuItem {
	color: #FFFFFF;
    display: block;
    line-height: 26px;
    padding-right: 10px;
    text-decoration: none;
    width: 115px;
	background: url("images/submenu_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 32px;
	}
.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}
.menuItem:hover,.menuItemSelected:hover {
	
	}
	
	
	/* Top menu
-----------------------------------------------------------------------------*/
/*
#top-menu {
    width: 100%;
	height: 33px;
	line-height: 33px;
	float: right;
	margin-top: 5px;
	overflow: hidden;
}
#top-menu ul {
    list-style-type: none;
	margin: 0;
}
#top-menu ul li {
    
    
	float: right;
	
}
#top-menu ul li a {
    display: block;
	background: url(images/menu_bg.png) no-repeat;
	width:100%
	height:33px; 
	text-align:center;
    font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	padding-left:15px
}
#top-menu ul li a.first {
    padding-right: 0;
}
#top-menu ul li a:hover, #top-menu ul li a.selected {
    background: url(images/menuBack.jpg	) no-repeat;
    color: #ccc;
}
/* Sub menu
-----------------------------------------------------------------------------*/
/*
li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	left: 0;
	z-index:999;
	list-style-type:none;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin-left:-1px;
	
}
#top-menu ul li ul.sub {
    width:104px;
	padding:0;
	margin:0;
	margin-top:-1px;
    z-index:99999;
}
#top-menu ul li ul.sub li{
	border-width: 0 1px 1px 1px!important;
	text-align: center;
	border-bottom: 1px solid #ccc;
	width: 100%;
	min-height: 20px;
	background: #fff;
	text-align: center;
}

#top-menu ul li ul.sub li a{
	font-weight: normal!important;
    font-size:14px;
    background: #64539a;
	color: #fff;
}
#top-menu ul li ul.sub li a:hover,#top-menu ul li ul.sub li a.selected{
	font-weight: normal!important;
    font-size: 14px;
    background: #b41f7d;
   
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
	
}
*/

