body {
}

/*******************************************************************************
 ROOT MENU:  This section controls how the categories will appear when the 
             root menu is rendered.

 CategoryContainerStyle:
     How the container housing the category link will look and act.

 CategoryLinkStyle:
     How the category link itself will look and act.
*******************************************************************************/
#MenuPositionStyle
{
	position: absolute;	
}
	

.CategoryContainerStyle:hover
{	
	/*background-image: url("/Resources/irent-button-rollover2.png");*/
	/*background: url("/Resources/NewMenuStrip2Rollover.png") repeat-x;*/
	background: url("/Resources/NewMenuStrip3Rollover.png") repeat-x;
}
.CategoryContainerStyle
{
	/*background-image: url("/Resources/list_control_strip_red.jpg");*/
	/*background-image: url("/Resources/irent-button2.png");*/
	/*background: url("/Resources/NewMenuStrip2.png") repeat-x;*/
	background: url("/Resources/NewMenuStrip3.png") repeat-x;
	text-indent: 5px;
	text-align:center ;
}


.CategoryLinkStyle
{
	font-size: 11px;
	font-family: Verdana, Sans-Serif ;
	font-weight: bold;
	font-style: normal;
	color: white;
	text-decoration: none;

}
.CategoryLinkStyle:Hover
{
	font-size: 11px;
	font-family: Verdana, Sans-Serif ;
	font-weight: bold;
	font-style: normal;
	color: yellow;
	text-decoration: none;
}

/*******************************************************************************
 SUB MENU:  This section controls how the categories will appear when the 
             root menu is rendered.

 ItemContainerStyle:
     How the container housing the item link will look and act.

 ItemLinkStyle:
     How the item link itself will look and act.
*******************************************************************************/
.ItemContainerStyle 
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	/*border-bottom-color: #c9c9d7;*/
	/*background-color: #c9c9d7;*/
	/*background-image: url("/Resources/list_control_strip_red.jpg");*/
	background-image: url("/Resources/list_control_strip_grey.jpg");
	width: 150px;
    display: -moz-inline-block;
	display: inline-block;
	text-align:left ;
}

.ItemContainerStyle:hover
{
    /*background-image: url("/Resources/irent-background3.png");*/
    background-image: url("/Resources/list_control_strip_red.jpg");
    
}

.ItemLinkStyle 
{
	font-size: 11px;
	font-family: Verdana, Sans-Serif ;
	font-weight: bold;
	font-style: italic;
	color: white;
	width: 250px;
	text-indent: 5px;
	text-decoration: none;
	text-align:left;
	vertical-align :middle ;
}

.ItemLinkStyle:hover
{
	text-decoration: none;
	color:yellow ;
}
