﻿body 
{
	margin:0 0 0 0;
	font-family:verdana;
	font-size:12px;
}
.ideal
{
	font-weight:bold;
	text-decoration:none;
	font-family:Trebuchet MS;
	font-size:14px;
	color:Black;
}
.ideal:hover
{
	text-decoration:underline;
}
.selected
{
	font-weight:bold;
	text-decoration:none;
	font-family:Trebuchet MS;
	font-size:16px;
	color:Black;
}
.selected:hover
{
	text-decoration:underline;
}
.First
{
	background-image:url(../images/menu-left.jpg); 
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:7px;
}
.Last
{
	background-image:url(../images/menu-right.jpg); 
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:7px;
}
.Active
{
	 background-image:url(../images/menu-select.jpg);
	 background-position:bottom;
	 background-repeat:no-repeat;
}
.Deactive
{
	background-image:url(../images/menu-background.jpg);
	 background-position:bottom;
	 background-repeat:no-repeat;
	 padding-top:7px;
}
.Deactive1
{
	background-image:url(../images/menu-background.jpg);
	 background-position:bottom;
	 background-repeat:no-repeat;
	 padding-top:7px;
}
.Deactive2
{
	background-image:url(../images/menu-background1.jpg);
	 background-position:bottom;
	 background-repeat:repeat-x;	 
}
.First1
{
	background-image:url(../images/menu-left.jpg); 
	background-repeat:no-repeat;
	background-position:left bottom;
	width:10px;
}
.Last1
{
	background-image:url(../images/menu-right.jpg); 
	background-repeat:no-repeat;
	background-position:right bottom;
	width:10px;
}
.sidelink
{
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	color:Black;
	padding-bottom:1px;
	line-height:25px;
}
.sidelink:hover
{
	text-decoration:underline;
	color:Red;
}