.menuTitleHolder {
	text-align:center;
	margin:auto;
	}

.menuTitle, .menuTitlelast, .menuTitlefirst {
	display:block;
	height: 31px;
	min-height:31px;
	padding: 0 5px 0 5px;
	font-weight:bold;
	font-size: 12px;
	}



.menuTitle, .menuTitleSelected,.menuTitlelast,.menuTitleSelectedlast,.menuTitlefirst,.menuTitleSelectedfirst
{
	color: #fff;
}

.menuTitle:hover, .menuTitlelast:hover, .menuTitlefirst:hover
{
	color: #ffff33;
	text-decoration: none;
}

.menuTitleSelected {
	display:block;
	height: 31px;
	min-height:31px;
	padding: 0 5px 0 5px;
	font-weight:bold;
	font-size: 12px;
	}

.menuTitleSelectedlast, .menuTitleSelectedfirst {
	display:block;
	height: 31px;
	min-height:31px;
	padding: 0 5px 0 5px;
	font-weight:bold;
	font-size: 12px;
	}

.menuTitleSelected:link, .menuTitleSelected:active, .menuTitleSelected:visited, .menuTitleSelectedlast:link, .menuTitleSelectedlast:active, .menuTitleSelectedlast:visited, .menuTitleSelectedlast:link, .menuTitleSelectedfirst:active, .menuTitleSelectedfirst:visited
{
	color: #ffff33;
	text-decoration: none;
}

.menuTitleSelected:hover
{
	color: #ffff33;
	text-decoration: none;
}




.menuItemsHolder {
	margin-top:4px;
	width: 160px;
    height: 19px;
	text-decoration: none;
	text-align:	right;
	
}

.menuItem
{
	background: url(images/drop_bg.gif) top right repeat-y;
	border-bottom:#5365ad 2px solid;
	width: 160px;
	height: 19px;
	display:block;
	padding-top: 2px;
}

.menuItemSelected
{
	background: url(images/drop_bg_over.gif) top right repeat-y;
	border-bottom:#5365ad 2px solid;
	width: 160px;
	display:block;
	height: 19px;
	padding-top: 2px;
}

.menuItem:link, .menuItem:active, .menuItem:visited
{
	color: #000;
	text-decoration: none;
}

.menuItemSelected:link, .menuItemSelected:active, .menuItemSelected:visited
{
	color: #000;
	text-decoration: none;
}

.menuItem:hover,.menuItemSelected:hover 
{
	color: #000;
	background: url(images/drop_bg_over.gif) top right repeat-y;
	border-bottom:#5365ad 2px solid;
	width: 160px;
	display:block;
	height: 19px;
	padding-top: 2px;
}







.submenuItemsHolder {
	width: 206px;
    height: 19px;
	text-decoration: none;
	text-align:	right;
	
}

.submenuItem a
{
	background: url(images/sub_bg.gif) top right repeat-y;
	border-bottom:#5365ad 2px solid;
	width: 206px;
    height: 19px;
	display:block;
	padding-top: 2px;
}

.submenuItemSelected a
{
	background: url(images/sub_bg_over.gif) top right repeat-y;
	border-bottom:#5365ad 2px solid;
	width: 206px;
    height: 19px;
	display:block;
	padding-top: 2px;
}

.submenuItem a:link, .submenuItem a:active, .submenuItem a:visited
{
	color: #000;
	text-decoration: none;
}

.submenuItemSelected a:link, .submenuItemSelected a:active, .submenuItemSelected a:visited
{
	color: #000;
	text-decoration: none;
}

.submenuItem a:hover,.submenuItemSelected a:hover 
{
	color: #000;
}





