﻿/* CSS Document */
/* common styling */
/* set up the overall width of the menu div, the font and the margins */

* html p#iepara
{
    /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li
{
    float: left;
    height: 1%;
}
* html .horizontalcssmenu ul li a
{
    height: 1%;
}
/* End */

img .alternation
{
    border: 0;
}

img
{
    border: 0px;
}


#topnavContent
{
    margin: 15px 0 0 0;
    padding: 0;
    width: 982px;
    float: left;
    height: 37px;
}


#mainMenu .ul_menuDrop1 .li_menuFirst .ul_menuDrop2
{
    display: none;
    margin: 0; /*padding:14px 10px 22px 0px !important;padding:14px 15px 17px 0px;*/
    padding: 25px 0px 33px 0px !important;
    padding: 25px 0px 26px 0px;
    float: left;
    text-align: left;
    background: #646464;
    position: absolute;
    list-style-type: none;
    border-right: 0px solid #000;
    border-bottom: 0px solid #000;
    border: 1px solid #515151;
}

#mainMenu
{
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 982px;
    margin-top: 0px;
    background: url(../images/red1.gif) repeat-x;
    float: left;
    position: relative;
    z-index: 5;
}

#mainMenu .mnu_secondSelected
{
   background-image: url(../images/nav_arrow_white.gif);
    background-repeat: no-repeat;
    background-position: 10px 9px !important;
    background-position: 18px 10px;
    margin-left:-3px !important;
    margin-left:-17px;
    padding-left: 26px !important;
    padding-left: 26px;
    padding-right: 30px !important;
    padding-right: 28px;
    padding-bottom: 9px !important;
    padding-bottom: 6px;
    padding-top: 9px !important;
    padding-top: 6px;

}

/* remove the bullets and set the margin and padding to zero for the unordered list */
#mainMenu .ul_menuDrop1
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    height: 37px;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
#mainMenu .ul_menuDrop1 .li_menuFirst
{
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}


/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#mainMenu .ul_menuDrop1 .li_menuFirst a
{
    display: block;
    border: none;
}
/*.li_menuFirst a
{
    display: inline;
}*/
/* make the sub menu ul visible and position it beneath the main menu list item */
#mainMenu .ul_menuDrop1 .li_menuFirst:hover .ul_menuDrop2
{
    display: inline-block;
    position: absolute;
    left: 0px;
}

/*
.ul_menuDrop2
{
	width:182px;!important;
}
*/

.li_menuDrop
{
    padding-left: 5px !important;
    padding-left: 0px;
    display: inline-block;
}

.menuLine
{
    width: 140px;
    height: 1px;
    margin-left: 20px !important;
    margin-left: 10px;
    margin-right: 25px;
    background-color: #777777;
}

/* make the dropdown ul invisible */
#mainMenu .ul_menuDrop1 .li_menuFirst:hover .ul_menuDrop2 .li_menuDrop  .mnu_secondCurr,
#mainMenu .ul_menuDrop1 .li_menuFirst:hover .ul_menuDrop2 .li_menuDrop  .mnu_secondCurr_tt, 
#mainMenu .ul_menuDrop1 .li_menuFirst:hover .ul_menuDrop2 .li_menuDrop A .a_menuSec: hover
{
    display:inline-block;
    
    background-image: url(../images/nav_arrow_white.gif);
    background-repeat: no-repeat;
    background-position: 10px 9px !important;
    background-position: 18px 10px;
    margin-left:-3px !important;
    margin-left:-17px;
    padding-left: 26px !important;
    padding-left: 26px;
    padding-right: 30px !important;
    padding-right: 28px;
    padding-bottom: 9px !important;
    padding-bottom: 6px;
    padding-top: 9px !important;
    padding-top: 6px;

}

/* style the background and foreground color of the submenu links */
A.a_menuDrop
{
    display: inline-block;
    margin-left:-3px !important;
    margin-left:-17px;
    padding-left: 26px !important;
    padding-left: 26px;
    padding-right: 30px !important;
    padding-right: 28px;
    padding-bottom: 9px !important;
    padding-bottom: 6px;
    padding-top: 9px !important;
    padding-top: 6px}


/* style the background and forground colors of the links on hover */
A.a_menuDrop:hover
{
    background-image: url(../images/nav_arrow_white.gif);
    background-repeat: no-repeat;
    background-position: 10px 9px !important;
    background-position: 18px 10px;
    margin-left:-3px !important;
    margin-left:-17px;
    padding-left: 26px !important;
    padding-left: 26px;
    padding-right: 30px !important;
    padding-right: 28px;
    padding-bottom: 9px !important;
    padding-bottom: 6px;
    padding-top: 9px !important;
    padding-top: 6px;
}


/* set up the overall width of the subMenuNav div, the font and the margins */
.subMenuNav
{
    top: 0px;
    width: 982px;
    height: 26px;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #646464;
    z-index: -1;
}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.subMenuNav .ul_menuSec
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.subMenuNav .ul_menuSec .li_menuSec
{
    float: left;
    margin-left: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
}

A.a_menuSec
{
    display: block;
    padding: 9px 0 5px 10px;
    background-color: #646464;
    float: left;
}

.search_textbox
{
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
}

#btn_search
{
    padding: 0;
    margin: 7px 22px 0 5px;
}
#txkeyword
{
    padding: 1px 3px;
    margin: 9px 0 0 0;
    vertical-align: top;
    font-size: 11px;
    color: #646464;
    font-family: Arial;
    width: 152px;
    height: 17px;
}
#flashcontent
{
    margin-left: 0px !important;
    margin-left: -491px;
}
/*************
A.mnu_firstCurr{
width:200px;	
}*/
