﻿/* Menu Theme */
.oneSideCurvedMenu{margin-bottom: 1em;}

.oneSideCurvedMenu ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.oneSideCurvedMenu li
{display: inline;
margin: 0;
}

.oneSideCurvedMenu li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; 
border-left: 1px solid gray;
color: White;
font-size: 13px;
}

.oneSideCurvedMenu li a:visited{color: White;}

.oneSideCurvedImage
{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; 
border-left: 1px solid gray;
border-bottom: 1px solid gray;
color: black;
font-size: 12px;
font-weight: bold;
background: #F3F3F3 url(../../App_Images/MenuTab.gif) top right no-repeat;
}

/* Orange Theme Start */
.oneSideCurvedMenu-Orange a{background: #E5AF87 url(../../App_Images/MenuTab.gif) top right no-repeat;}
.oneSideCurvedMenu-Orange a:hover, .oneSideCurvedMenu-Orange li.selected a{background-color: #FFDABF;}

.dropmenu-Orange{
position:absolute;
top: 0;
border: 1px solid #FF6C00; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FF6C00;
width: 200px;
visibility: hidden;
}

.dropmenu-Orange a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #E5AF87; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu-Orange a{width: 100%;}

.dropmenu-Orange a:hover{background-color: #FFDABF;}

/* Orange Theme End */

/* Green Theme Start */
.oneSideCurvedMenu-Green a{background: #c8e181 url(../../App_Images/MenuTab.gif) top right no-repeat;}
.oneSideCurvedMenu-Green a:hover, .oneSideCurvedMenu-Green li.selected a{background-color: #e5febc;}

.dropmenu-Green{
position:absolute;
top: 0;
border: 1px solid #eff8d2; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 200px;
visibility: hidden;
}

.dropmenu-Green a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #c8e181; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu-Green a{width: 100%;}

.dropmenu-Green a:hover{background-color: #e5febc;}
/* Green Theme End */

/* Blue Theme Start */
.oneSideCurvedMenu-Blue a{background: #0038EC url(../../App_Images/MenuTab.gif) top right no-repeat;}
.oneSideCurvedMenu-Blue a:hover, .oneSideCurvedMenu-Blue li.selected a{background-color: #7999FF;}
.oneSideCurvedMenu-BlueSelected {background-color: #CABAFF;}


.dropmenu-Blue{
position:absolute;
top: 0;
border: 1px solid #3C00FF; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #3C00FF;
width: 200px;
visibility: hidden;
}

.dropmenu-Blue a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #9B85E2; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu-Blue a{width: 100%;}

.dropmenu-Blue a:hover{background-color: #CABAFF;}
/* Blue Theme End */

/* Purple Theme Start */
.oneSideCurvedMenu-Purple a{background: #C886E3 url(../../App_Images/MenuTab.gif) top right no-repeat;}
.oneSideCurvedMenu-Purple a:hover, .oneSideCurvedMenu-Purple li.selected a{background-color: #EAB8FF;}

.dropmenu-Purple{
position:absolute;
top: 0;
border: 1px solid #B400FF; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #B400FF;
width: 200px;
visibility: hidden;
}

.dropmenu-Purple a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #C886E3; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu-Purple a{width: 100%;}

.dropmenu-Purple a:hover{background-color: #EAB8FF;}
/* Purple Theme End */

/* Red Theme Start */
.oneSideCurvedMenu-Red a{background: #E48585 url(../../App_Images/MenuTab.gif) top right no-repeat;}
.oneSideCurvedMenu-Red a:hover, .oneSideCurvedMenu-Red li.selected a{background-color: #FFB7B7;}

.dropmenu-Red{
position:absolute;
top: 0;
border: 1px solid #FF0000; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FF0000;
width: 200px;
visibility: hidden;
}

.dropmenu-Red a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #E48585; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu-Red a{width: 100%;}

.dropmenu-Red a:hover{background-color: #FFB7B7;}
/* Red Theme End */

/* Cyan Theme Start */
.oneSideCurvedMenu-Cyan a{background: #88DCE4 url(../../App_Images/MenuTab.gif) top right no-repeat;}
.oneSideCurvedMenu-Cyan a:hover, .oneSideCurvedMenu-Cyan li.selected a{background-color: #B7F9FF;}

.dropmenu-Cyan{
position:absolute;
top: 0;
border: 1px solid #00EAFF; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #00EAFF;
width: 200px;
visibility: hidden;
}

.dropmenu-Cyan a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #88DCE4; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu-Cyan a{width: 100%;}

.dropmenu-Cyan a:hover{background-color: #B7F9FF;}
/* Cyan Theme End */

/* Yellow Theme Start */
.oneSideCurvedMenu-Yellow a{background: #E2E183 url(../../App_Images/MenuTab.gif) top right no-repeat;}
.oneSideCurvedMenu-Yellow a:hover, .oneSideCurvedMenu-Yellow li.selected a{background-color: #FFFEB8;}

.dropmenu-Yellow{
position:absolute;
top: 0;
border: 1px solid #FFFC00; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFC00;
width: 200px;
visibility: hidden;
}

.dropmenu-Yellow a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #E2E183; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu-Yellow a{width: 100%;}

.dropmenu-Yellow a:hover{background-color: #FFFEB8;}
/* Yellow Theme End */


/* Silver Theme Start */
.oneSideCurvedMenu-Silver a{background: #CECDCD url(../../App_Images/MenuTab.gif) top right no-repeat;}
.oneSideCurvedMenu-Silver a:hover, .oneSideCurvedMenu-Silver li.selected a{background-color: #E7E7E7;}

.dropmenu-Silver{
position:absolute;
top: 0;
border: 1px solid #999999; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #999999;
width: 200px;
visibility: hidden;
}

.dropmenu-Silver a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #CECDCD; 
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenu-Silver a{width: 100%;}

.dropmenu-Silver a:hover{background-color: #E7E7E7;}
/* Silver Theme End */




