#ClearThunder_core_RegistrationLink{
	float:right; 
	margin:0; 
	padding:5px 5px 10px 0;
}
#ClearThunder_core_RegistrationLink a{
	color:#003399;
	font-family:Verdana, sans-serif;
 	font-size:10px;
	line-height:15px;
}

/* ------------------------------------------*\

	Main: Main Links  

\* ------------------------------------------*/


/* ----- Content Div ----- */
#ClearThunder_core_menu {

	display: inline-block;
	float:right;
	font-size:12px;

	width:auto;
	z-index:1000;
}
#ClearThunder_core_menu ul {
	display: block;
	list-style: none;
	margin:0;
	padding:0;
}	
#ClearThunder_core_menu ul li{
	background-color: transparent;
	float:left;
	padding:auto;
	position:relative;	
	z-index:1000;
}
#ClearThunder_core_menu ul li a {

	color:#191818;
	display: block;
	font-family:'MyriadProCond';
	font-size:20px;
	font-weight: normal;
	height:30px;
	line-height:35px;
	padding:0.35em 0.55em 0.15em;
}
#ClearThunder_core_menu ul li.first_item a {
	border-left:none;
}
#ClearThunder_core_menu ul li.last_item a {
	/*background: #a740a6; !* Old browsers *!*/
	/*background: -moz-linear-gradient(top, #a740a6 0%, #852284 28%, #5f005e 100%); !* FF3.6+ *!*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a740a6), color-stop(28%,#852284), color-stop(100%,#5f005e)); !* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(top, #a740a6 0%,#852284 28%,#5f005e 100%); !* Chrome10+,Safari5.1+ *!*/
	/*background: -o-linear-gradient(top, #a740a6 0%,#852284 28%,#5f005e 100%); !* Opera 11.10+ *!*/
	/*background: -ms-linear-gradient(top, #a740a6 0%,#852284 28%,#5f005e 100%); !* IE10+ *!*/
	/*background: linear-gradient(to bottom, #a740a6 0%,#852284 28%,#5f005e 100%); !* W3C *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a740a6', endColorstr='#5f005e',GradientType=0 ); !* IE6-9 *!*/
	/*border-bottom: 3px solid #40003f;*/
	/*color:#fff;*/
	/*font-weight:bold;*/
	/*margin:0 0 0 0.4em;*/
	/*padding: 0.3em 0.5em 0.3em;*/
	/*text-shadow: 1px 1px 1px #2d002d;*/
}

#ClearThunder_core_menu ul li a:hover {
	color:#660066;
}
#ClearThunder_core_menu ul li:hover {
	display: block;
	text-decoration:none;
}
#ClearThunder_core_menu ul li.last_item:hover a {
	/*background: #5f005e; !* Old browsers *!*/
	/*background: -moz-linear-gradient(top, #5f005e 0%, #852284 72%, #a740a6 100%); !* FF3.6+ *!*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f005e), color-stop(72%,#852284), color-stop(100%,#a740a6)); !* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(top, #5f005e 0%,#852284 72%,#a740a6 100%); !* Chrome10+,Safari5.1+ *!*/
	/*background: -o-linear-gradient(top, #5f005e 0%,#852284 72%,#a740a6 100%); !* Opera 11.10+ *!*/
	/*background: -ms-linear-gradient(top, #5f005e 0%,#852284 72%,#a740a6 100%); !* IE10+ *!*/
	/*background: linear-gradient(to bottom, #5f005e 0%,#852284 72%,#a740a6 100%); !* W3C *!*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f005e', endColorstr='#a740a6',GradientType=0 ); !* IE6-9 *!*/
	/*color:#fff;*/
}


/* ----- Drop-Down Menu ----- */

/* Hidding Drop-Down Menu */
#ClearThunder_core_menu ul ul, #ClearThunder_core_menu ul li:hover ul {
	display:none;
	visibility:hidden;
	position:absolute;
	text-align:left;
}

/* ------------------------------------------*\

	Main: Sub Menu Links

\* ------------------------------------------*/

#ClearThunder_subMenu {
	display: inline-block;
	float:left;
	margin:0 ;
	padding: 0;
	width:auto;
	z-index:1000;
}
#ClearThunder_subMenu ul {
	display: block;
	list-style: none;
	margin:0;
	padding:0;
}	
#ClearThunder_subMenu ul li{
	background-color: transparent;
	float:left;
	padding:auto;
	position:relative;	
	z-index:1000;
}
#ClearThunder_subMenu ul li a {
	color:#fff;
	display: block;
	font-size:15px;
	height:30px;
	line-height:1.6em;
	padding:.5em 2.8em .2em .2em;
}
#ClearThunder_subMenu ul li a:hover, #ClearThunder_subMenu ul li.current a {
	text-decoration:underline;
}

/* ------------------------------------------*\

 	Large Ordered List Styles

\* ------------------------------------------*/

.orderListLink ol {
    counter-reset:li; /* Initiate a counter */
    margin:0; 
    padding:0;
    width:300px; 
}
.orderListLink ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 0 0; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-bottom:1px solid #dbe9f5;
    height:75px;
}
.orderListLink ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    display:block;
    float:left;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:.3em;
    height:.8em;
       /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin:0 0;
    padding:0;
    color:#dbe9f5;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
    font-size:75px;
    line-height:100px;
}
.orderListLink ol > li > a{
    color:#0068a7;
    display:block;
    font-size:20px;
    text-align:center;
    line-height: 28px;
    padding:10px 20px 0 0;
}
.orderListLink ol > li:hover{
background: #0068a7; /* Old browsers */
background: -moz-linear-gradient(top, #0068a7 0%, #00adf5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068a7), color-stop(100%,#00adf5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0068a7 0%,#00adf5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0068a7 0%,#00adf5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0068a7 0%,#00adf5 100%); /* IE10+ */
background: linear-gradient(top, #0068a7 0%,#00adf5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068a7', endColorstr='#00adf5',GradientType=0 ); /* IE6-9 */
    color:#00c0f5;
}
.orderListLink ol > li:hover:before{
    color:#00adf5;
}
.orderListLink ol > li:hover > a {
    color:#fff;
}

.orderListLink ol ol li:last-child {margin-bottom:0;}







