﻿.menu
{
	float: right;
	width: 150px;
	background-color: #FBF5EF;
}

.menuList 
{
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-weight: bold;
}

.menuList li a 
{
	background: #DF5C5C right top no-repeat;
	color: #FFFFFF;
	display: block;
	/*font: 1em/1em "Trebuchet MS",Arial,sans-serif;*/
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
}

.menuList li 
{
	background: none repeat scroll 0 0 #FCD5DF;
	color: #FFFFFF;
	float: left;
	border-top: 1px dotted #FF0000;
	width: 100%;
}

.menuList li a:hover, .menuList li a:focus, .menuList li a:active 
{
	text-decoration: none;
	color: #000000;
}

.topMenuBorder
{
	background: url("../images/topMenuBorder.png") no-repeat scroll left top transparent;
	width: 150px;
	height: 8px;
}

.bottomMenuBorder
{
	background: url("../images/bottomMenuBorder.png") no-repeat scroll left top transparent;
	width: 150px;
	height: 8px;
}