
/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
#ddmenu
{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;  /*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-align: center;
    letter-spacing: normal;
}

#ddmenu ul
{ 
    margin: 0 auto;
    padding: 0;
    text-align: center; /* Alignment of each top-level menu items within the UL */
    width: 100%;
    font-size: 0;
    background: #333;
    display: inline-block;
    list-style: none;
    position: relative;
    z-index: 999999990; 
    max-width: 900px;
	background: transparent; /*rgba(0,153,255,0.3);*/
/*	border: 1px solid rgba(255,255,255,0.2);*/
	border-radius: 4px;
}

#ddmenu li
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    *display: inline;
    zoom:1; /*for IE6-7*/
    position: relative;
    color: #b81b1c;
    line-height: 22px; /*This determines the height of the menu*/
    transition: background-color 0.2s;
    outline: none;
}

#ddmenu li.full-width {
    position: static;
}

#ddmenu li.over
{
    color: #ffffff;
	background-color: #710809;
}

#ddmenu li.over.no-sub {
    
}

#ddmenu .top-heading
{
    font-weight: bold;
    white-space: nowrap;
    margin: 2px 8px;
    color: inherit;
    text-decoration: none;
    display: inline-block; 
    outline: 0;
    cursor: pointer;
}

/* links of top-heading */
#ddmenu li a, #ddmenu li a:link, #ddmenu li a:hover
{
    color:inherit;
}
#ddmenu li a:hover
{
    text-decoration: underline;
}

#ddmenu li a:focus
{
    outline:1px dotted #09F;
}
    
/* caret(arrow icon) */
#ddmenu i.caret
{  
    color:inherit;
    left:-12px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width: 700px;
    left: 0px; 
    color: #000000;
    padding: 0; 
    margin: 0; 
    display: none; 
    position: absolute;
    top: 100%;
    border: 2px solid rgba(113,8,9,0.5);
	/*border-top: none;*/
	border-radius: 2px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	background-color: rgba(0,0,0,0.1);
	background-color: #710809 \9; /*fallback for old IE*/
}

#ddmenu li.full-width .dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: -1px; /*Set to 0 if UL has no border*/
}

#ddmenu .offset300 {
    left: -350px; right:auto;
}

#ddmenu .offset300Left {
    left: 0; right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu li.over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
	
    text-align: center;
    padding: 20px;
    /*margin: 16px;*/
    background-color: #dad281;
    background-image: url('../../gfx/bg_content_715px.jpg');
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.35;
    -moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a{
	
    display: table-row;
    *display: block;
    color: #b81b1c !important;
    line-height: 20px;
    text-decoration: none;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration: underline;
    color: #b81b1c;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu div.column
{
    text-align: left;
    vertical-align: top;/*or middle*/
    display: inline-block;
    *display: inline;*zoom:1;
    white-space: normal;
    max-width: 360px; min-width: 200px;
	padding: 10px 20px;
	/*border-right: 1px solid #999;*/
}

#ddmenu div.dd-inner div:last-child
{
    border-right: none;
}

#ddmenu div.column h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}

#ddmenu div.column h3 {text-transform:uppercase;}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display: none; }