
.Menu_First_Menutable 
{
    background-image:none;
	background-color: transparent;
	margin:0px;
	padding:0px;
	width:auto;
	height:36px;
}

/****** DEFAULT ******/
/******************************************************************************************************/
/******************************************************************************************************/

.Menu_First_Default_Left
{
    background-image:url("ly_Menu_normal_left.jpg");
    background-repeat:no-repeat;
    background-position:left center;
    background-color:Transparent;
    width:9px;
    height:36px;
    margin:0px;
    padding:0px;
    cursor:pointer;
}

.Menu_First_Default_Middle
{
    background-image:url("ly_Menu_normal_middle.jpg");
    background-repeat:repeat-x;
    background-position:left center;
    background-color:Transparent;
    width:auto;
    height:36px;
    margin:0px;
    padding:0px;
    cursor:pointer;
}

.Menu_First_Default_Middle_Padding
{
	margin-top:9px;
	margin-left:7px;
	margin-right:7px;
}

.Menu_First_Default_Right
{
    background-image:url("ly_Menu_normal_right.jpg");
    background-repeat:no-repeat;
    background-position:left center;
    background-color:Transparent;
    width:10px;
    height:36px;
    margin:0px;
    padding:0px;
    cursor:pointer;
}

a.Menu_First_Default_Link,
a.Menu_First_Default_Link:visited, 
a.Menu_First_Default_Link:link 
{
    font-family: Arial, Tahoma;
	color: #0c1e42; 
	text-decoration: none;
	font-size: 12px;
}

a.Menu_First_Default_Link:hover,
a.Menu_First_Default_Link:active,
a.Menu_First_Default_focus:focus
{
    font-family: Arial, Tahoma;
	color: #0c1e42; 
	text-decoration: underline;
	font-size: 12px;
}

/****** ACTIVE ******/
/******************************************************************************************************/
/******************************************************************************************************/

.Menu_First_Active_Left
{
    background-image:url("ly_Menu_active_left.jpg");
    background-repeat:no-repeat;
    background-position:left center;
    background-color:Transparent;
    width:9px;
    height:36px;
    margin:0px;
    padding:0px;
    cursor:pointer;
}

.Menu_First_Active_Middle
{
    background-image:url("ly_Menu_active_middle.jpg");
    background-repeat:repeat-x;
    background-position:left center;
    background-color:Transparent;
    width:auto;
    height:36px;
    margin:0px;
    padding:0px;
    cursor:pointer;
}

.Menu_First_Active_Middle_Padding
{
	margin-top:5px;
	margin-left:7px;
	margin-right:7px;
}

.Menu_First_Active_Right
{
    background-image:url("ly_Menu_active_right.jpg");
    background-repeat:no-repeat;
    background-position:left center;
    background-color:Transparent;
    width:10px;
    height:36px;
    margin:0px;
    padding:0px;
    cursor:pointer;
}


a.Menu_First_Active_Link,
a.Menu_First_Active_Link:visited, 
a.Menu_First_Active_Link:link
{
    font-family: Arial, Tahoma;
	color: #ffffff; 
	text-decoration: underline;
	font-size: 12px;
}

a.Menu_First_Active_Link:hover,
a.Menu_First_Active_Link:active,
a.Menu_First_Active_Link:focus
{
    font-family: Arial, Tahoma;
	color: #ffffff; 
	text-decoration: underline;
	font-size: 12px;
}

/******************************************************************************************************/
/******************************************************************************************************/

