﻿/*The top list*/
.list
{
	background-image: url(../images/top_list.gif);
}

/* A sub class to list */
.infobar
{
	
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #FFF4BF;
	height: 22px;
}

/*Concerns the menu area*/
#left
{
	float: left;
	width: 170px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 120%;
}

/*Concerns the menu area*/
#navbar
{
	margin-left: 10px;
}

/*Background for the menu area*/
#container
{
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-y;
}


/*Below styles concerns the menus*/
.MenuItemStyleStatic, .MenuItemStyleDynamic
{
	padding: 0px;
	margin: 0px;
	width:150px;
    height: 25px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    background: url(../images/bg_menuitem.gif) repeat-x;   
}
.MenuItemStyleHoverStatic, .MenuItemStyleHoverDynamic
{
    color: #fff;
	background-image: none; 
	background-color:#7795BD;	
}
.MenuItemStyleSelectedStatic, .MenuItemStyleSelectedDynamic
{
    color: #fff;
	background-color:#7795BD;	
}

.MenuItemStyleStatic a, .MenuItemStyleDynamic a
{
	padding: 3px;
	background-image: none; 
	background-color: transparent;
}
.MenuItemStyleStatic a:visited, .MenuItemStyleDynamic a:visited
{ 
	color: #fff;
}

.MenuItemStyleStatic a:hover, .MenuItemStyleDynamic a:hover
{
	color: #fff;
}


